Uses of Class
org.docx4j.org.apache.poi.poifs.crypt.CipherProvider
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
-
Uses of CipherProvider in org.docx4j.org.apache.poi.poifs.crypt
Fields in org.docx4j.org.apache.poi.poifs.crypt declared as CipherProvider Modifier and Type Field Description CipherProviderCipherAlgorithm. providerMethods in org.docx4j.org.apache.poi.poifs.crypt that return CipherProvider Modifier and Type Method Description static CipherProviderCipherProvider. fromEcmaId(int ecmaId)CipherProviderEncryptionHeader. getCipherProvider()static CipherProviderCipherProvider. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CipherProvider[]CipherProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type CipherProvider Modifier and Type Method Description protected voidEncryptionHeader. setCipherProvider(CipherProvider providerType)