Uses of Class
com.healthmarketscience.jackcess.crypt.impl.office.XmlEncryptionDescriptor.HashAlgorithm
-
Packages that use XmlEncryptionDescriptor.HashAlgorithm Package Description com.healthmarketscience.jackcess.crypt.impl.office -
-
Uses of XmlEncryptionDescriptor.HashAlgorithm in com.healthmarketscience.jackcess.crypt.impl.office
Methods in com.healthmarketscience.jackcess.crypt.impl.office that return XmlEncryptionDescriptor.HashAlgorithm Modifier and Type Method Description static XmlEncryptionDescriptor.HashAlgorithmXmlEncryptionDescriptor.HashAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlEncryptionDescriptor.HashAlgorithm[]XmlEncryptionDescriptor.HashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-