| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl.office |
| Modifier and Type | Field and Description |
|---|---|
private EncryptionHeader.HashAlgorithm |
EncryptionHeader._hashAlg |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<EncryptionHeader.HashAlgorithm> |
RC4CryptoAPIProvider.VALID_HASH_ALGOS |
private static java.util.Set<EncryptionHeader.HashAlgorithm> |
ECMAStandardEncryptionProvider.VALID_HASH_ALGOS |
| Modifier and Type | Method and Description |
|---|---|
EncryptionHeader.HashAlgorithm |
EncryptionHeader.getHashAlgorithm() |
private static EncryptionHeader.HashAlgorithm |
EncryptionHeader.parseHashAlgorithm(int algIdHash,
int flags) |
static EncryptionHeader.HashAlgorithm |
EncryptionHeader.HashAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionHeader.HashAlgorithm[] |
EncryptionHeader.HashAlgorithm.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(java.nio.ByteBuffer encProvBuf,
java.util.Set<EncryptionHeader.CryptoAlgorithm> validCryptoAlgos,
java.util.Set<EncryptionHeader.HashAlgorithm> validHashAlgos) |