| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl.office |
| Modifier and Type | Field and Description |
|---|---|
private EncryptionHeader.CryptoAlgorithm |
EncryptionHeader._cryptoAlg |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<EncryptionHeader.CryptoAlgorithm> |
RC4CryptoAPIProvider.VALID_CRYPTO_ALGOS |
private static java.util.Set<EncryptionHeader.CryptoAlgorithm> |
ECMAStandardEncryptionProvider.VALID_CRYPTO_ALGOS |
| Modifier and Type | Method and Description |
|---|---|
EncryptionHeader.CryptoAlgorithm |
EncryptionHeader.getCryptoAlgorithm() |
private static EncryptionHeader.CryptoAlgorithm |
EncryptionHeader.parseCryptoAlgorithm(int algId,
int flags) |
static EncryptionHeader.CryptoAlgorithm |
EncryptionHeader.CryptoAlgorithm.valueOf(java.lang.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 |
|---|---|
private static int |
EncryptionHeader.parseKeySize(int keySize,
EncryptionHeader.CryptoAlgorithm cryptoAlg,
java.lang.String cspName) |
| 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) |
| Constructor and Description |
|---|
EncryptionVerifier(java.nio.ByteBuffer buffer,
EncryptionHeader.CryptoAlgorithm cryptoAlg) |