Uses of Enum
org.docx4j.com.microsoft.schemas.office.x2006.encryption.STHashAlgorithm
Packages that use STHashAlgorithm
Package
Description
-
Uses of STHashAlgorithm in org.docx4j.com.microsoft.schemas.office.x2006.encryption
Fields in org.docx4j.com.microsoft.schemas.office.x2006.encryption declared as STHashAlgorithmMethods in org.docx4j.com.microsoft.schemas.office.x2006.encryption that return STHashAlgorithmModifier and TypeMethodDescriptionstatic STHashAlgorithmCTKeyData.getHashAlgorithm()Gets the value of the hashAlgorithm property.static STHashAlgorithmReturns the enum constant of this type with the specified name.static STHashAlgorithm[]STHashAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.x2006.encryption with parameters of type STHashAlgorithmModifier and TypeMethodDescriptionvoidCTKeyData.setHashAlgorithm(STHashAlgorithm value) Sets the value of the hashAlgorithm property. -
Uses of STHashAlgorithm in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password
Fields in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password declared as STHashAlgorithmMethods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password that return STHashAlgorithmModifier and TypeMethodDescriptionCTPasswordKeyEncryptor.getHashAlgorithm()Gets the value of the hashAlgorithm property.Methods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password with parameters of type STHashAlgorithmModifier and TypeMethodDescriptionvoidCTPasswordKeyEncryptor.setHashAlgorithm(STHashAlgorithm value) Sets the value of the hashAlgorithm property.