Uses of Class
org.docx4j.com.microsoft.schemas.office.x2006.encryption.STCipherChaining
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.x2006.encryption | |
| org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password |
-
Uses of STCipherChaining in org.docx4j.com.microsoft.schemas.office.x2006.encryption
Fields in org.docx4j.com.microsoft.schemas.office.x2006.encryption declared as STCipherChaining Modifier and Type Field Description protected STCipherChainingCTKeyData. cipherChainingMethods in org.docx4j.com.microsoft.schemas.office.x2006.encryption that return STCipherChaining Modifier and Type Method Description static STCipherChainingSTCipherChaining. fromValue(java.lang.String v)STCipherChainingCTKeyData. getCipherChaining()Gets the value of the cipherChaining property.static STCipherChainingSTCipherChaining. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCipherChaining[]STCipherChaining. 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 STCipherChaining Modifier and Type Method Description voidCTKeyData. setCipherChaining(STCipherChaining value)Sets the value of the cipherChaining property. -
Uses of STCipherChaining in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password
Fields in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password declared as STCipherChaining Modifier and Type Field Description protected STCipherChainingCTPasswordKeyEncryptor. cipherChainingMethods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password that return STCipherChaining Modifier and Type Method Description STCipherChainingCTPasswordKeyEncryptor. getCipherChaining()Gets the value of the cipherChaining property.Methods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password with parameters of type STCipherChaining Modifier and Type Method Description voidCTPasswordKeyEncryptor. setCipherChaining(STCipherChaining value)Sets the value of the cipherChaining property.