Uses of Class
com.healthmarketscience.jackcess.crypt.impl.office.EncryptionHeader.HashAlgorithm
-
Packages that use EncryptionHeader.HashAlgorithm Package Description com.healthmarketscience.jackcess.crypt.impl.office -
-
Uses of EncryptionHeader.HashAlgorithm in com.healthmarketscience.jackcess.crypt.impl.office
Methods in com.healthmarketscience.jackcess.crypt.impl.office that return EncryptionHeader.HashAlgorithm Modifier and Type Method Description EncryptionHeader.HashAlgorithmEncryptionHeader. getHashAlgorithm()static EncryptionHeader.HashAlgorithmEncryptionHeader.HashAlgorithm. valueOf(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.
-