Uses of Enum Class
org.docx4j.org.apache.poi.poifs.crypt.CipherProvider
Packages that use CipherProvider
-
Uses of CipherProvider in org.docx4j.org.apache.poi.poifs.crypt
Fields in org.docx4j.org.apache.poi.poifs.crypt declared as CipherProviderModifier and TypeFieldDescriptionfinal CipherProviderCipherAlgorithm.providerprivate CipherProviderEncryptionHeader.providerTypeMethods in org.docx4j.org.apache.poi.poifs.crypt that return CipherProviderModifier and TypeMethodDescriptionstatic CipherProviderCipherProvider.fromEcmaId(int ecmaId) EncryptionHeader.getCipherProvider()static CipherProviderReturns the enum constant of this class with the specified name.static CipherProvider[]CipherProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type CipherProviderModifier and TypeMethodDescriptionprotected voidEncryptionHeader.setCipherProvider(CipherProvider providerType) Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type CipherProviderModifierConstructorDescriptionprivateCipherAlgorithm(CipherProvider provider, String jceId, int ecmaId, int defaultKeySize, int[] allowedKeySize, int blockSize, int encryptedVerifierHashLength, String xmlId, boolean needsBouncyCastle)