Uses of Enum
org.docx4j.com.microsoft.schemas.office.x2006.encryption.STCipherChaining
Packages that use STCipherChaining
Package
Description
-
Uses of STCipherChaining in org.docx4j.com.microsoft.schemas.office.x2006.encryption
Fields in org.docx4j.com.microsoft.schemas.office.x2006.encryption declared as STCipherChainingMethods in org.docx4j.com.microsoft.schemas.office.x2006.encryption that return STCipherChainingModifier and TypeMethodDescriptionstatic STCipherChainingCTKeyData.getCipherChaining()Gets the value of the cipherChaining property.static STCipherChainingReturns 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 STCipherChainingModifier and TypeMethodDescriptionvoidCTKeyData.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 STCipherChainingModifier and TypeFieldDescriptionprotected STCipherChainingCTPasswordKeyEncryptor.cipherChainingMethods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password that return STCipherChainingModifier and TypeMethodDescriptionCTPasswordKeyEncryptor.getCipherChaining()Gets the value of the cipherChaining property.Methods in org.docx4j.com.microsoft.schemas.office.x2006.keyEncryptor.password with parameters of type STCipherChainingModifier and TypeMethodDescriptionvoidCTPasswordKeyEncryptor.setCipherChaining(STCipherChaining value) Sets the value of the cipherChaining property.