Uses of Enum
org.docx4j.org.apache.poi.poifs.crypt.EncryptionMode
Packages that use EncryptionMode
-
Uses of EncryptionMode in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt that return EncryptionModeModifier and TypeMethodDescriptionEncryptionInfo.getEncryptionMode()static EncryptionModeReturns the enum constant of this type with the specified name.static EncryptionMode[]EncryptionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type EncryptionModeModifierConstructorDescriptionEncryptionInfo(EncryptionMode encryptionMode) Prepares for encryption, using the given Encryption Mode, and all other parameters as default.EncryptionInfo(EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) Constructs an EncryptionInfo from scratchEncryptionInfo(LittleEndianInput dis, EncryptionMode preferredEncryptionMode)