Uses of Enum Class
org.apache.poi.poifs.crypt.EncryptionMode
Packages that use EncryptionMode
Package
Description
Record package contains class representations for XLS binary strutures.
Implementation of the ECMA-376 and MS-propritary document encryptions
-
Uses of EncryptionMode in org.apache.poi.hssf.record
Constructors in org.apache.poi.hssf.record with parameters of type EncryptionMode -
Uses of EncryptionMode in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt that return EncryptionModeModifier and TypeMethodDescriptionEncryptionInfo.getEncryptionMode()
static EncryptionMode
Returns the enum constant of this class with the specified name.static EncryptionMode[]
EncryptionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.poifs.crypt with parameters of type EncryptionModeModifier and TypeMethodDescriptionprotected static EncryptionInfoBuilder
EncryptionInfo.getBuilder
(EncryptionMode encryptionMode) This method loads the builder class with reflection, which may generate aClassNotFoundException
if the class is not on the classpath.Constructors in 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)