Uses of Class
com.healthmarketscience.jackcess.crypt.impl.office.EncryptionHeader.CryptoAlgorithm
-
Packages that use EncryptionHeader.CryptoAlgorithm Package Description com.healthmarketscience.jackcess.crypt.impl.office -
-
Uses of EncryptionHeader.CryptoAlgorithm in com.healthmarketscience.jackcess.crypt.impl.office
Methods in com.healthmarketscience.jackcess.crypt.impl.office that return EncryptionHeader.CryptoAlgorithm Modifier and Type Method Description EncryptionHeader.CryptoAlgorithmEncryptionHeader. getCryptoAlgorithm()static EncryptionHeader.CryptoAlgorithmEncryptionHeader.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.Method parameters in com.healthmarketscience.jackcess.crypt.impl.office with type arguments of type EncryptionHeader.CryptoAlgorithm Modifier and Type Method Description static EncryptionHeaderEncryptionHeader. read(ByteBuffer encProvBuf, Set<EncryptionHeader.CryptoAlgorithm> validCryptoAlgos, Set<EncryptionHeader.HashAlgorithm> validHashAlgos)Constructors in com.healthmarketscience.jackcess.crypt.impl.office with parameters of type EncryptionHeader.CryptoAlgorithm Constructor Description EncryptionVerifier(ByteBuffer buffer, EncryptionHeader.CryptoAlgorithm cryptoAlg)
-