Package | Description |
---|---|
com.healthmarketscience.jackcess.crypt.impl.office |
Modifier and Type | Method and Description |
---|---|
EncryptionHeader.CryptoAlgorithm |
EncryptionHeader.getCryptoAlgorithm() |
static EncryptionHeader.CryptoAlgorithm |
EncryptionHeader.CryptoAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionHeader.CryptoAlgorithm[] |
EncryptionHeader.CryptoAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EncryptionHeader |
EncryptionHeader.read(ByteBuffer encProvBuf,
Set<EncryptionHeader.CryptoAlgorithm> validCryptoAlgos,
Set<EncryptionHeader.HashAlgorithm> validHashAlgos) |
Constructor and Description |
---|
EncryptionVerifier(ByteBuffer buffer,
EncryptionHeader.CryptoAlgorithm cryptoAlg) |
Copyright © 2010–2022 OpenHMS. All rights reserved.