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