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 TypeMethodDescriptionstatic 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.Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type EncryptionModeModifier and TypeMethodDescriptionprotected static EncryptionInfoBuilderEncryptionInfo.getBuilder(EncryptionMode encryptionMode) 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(DirectoryNode dir, EncryptionMode encryptionMode) Deprecated.EncryptionInfo(DirectoryNode dir, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) EncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode) Deprecated.UseEncryptionInfo(EncryptionMode)(fs parameter no longer required)EncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) EncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode) Deprecated.UseEncryptionInfo(EncryptionMode)(fs parameter no longer required)EncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
EncryptionInfo(EncryptionMode)(dir parameter no longer required)