Uses of Class
org.docx4j.com.microsoft.schemas.office.x2006.encryption.STHashAlgorithm
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.x2006.encryption | |
| org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password |
-
Uses of STHashAlgorithm in org.docx4j.com.microsoft.schemas.office.x2006.encryption
Fields in org.docx4j.com.microsoft.schemas.office.x2006.encryption declared as STHashAlgorithm Modifier and Type Field Description protected STHashAlgorithmCTKeyData. hashAlgorithmMethods in org.docx4j.com.microsoft.schemas.office.x2006.encryption that return STHashAlgorithm Modifier and Type Method Description static STHashAlgorithmSTHashAlgorithm. fromValue(java.lang.String v)STHashAlgorithmCTKeyData. getHashAlgorithm()Gets the value of the hashAlgorithm property.static STHashAlgorithmSTHashAlgorithm. valueOf(java.lang.String name)Returns 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 STHashAlgorithm Modifier and Type Method Description voidCTKeyData. 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 STHashAlgorithm Modifier and Type Field Description protected STHashAlgorithmCTPasswordKeyEncryptor. hashAlgorithmMethods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password that return STHashAlgorithm Modifier and Type Method Description STHashAlgorithmCTPasswordKeyEncryptor. getHashAlgorithm()Gets the value of the hashAlgorithm property.Methods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password with parameters of type STHashAlgorithm Modifier and Type Method Description voidCTPasswordKeyEncryptor. setHashAlgorithm(STHashAlgorithm value)Sets the value of the hashAlgorithm property.