Uses of Class
org.apache.poi.poifs.crypt.EncryptionMode

Packages that use EncryptionMode
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption 
 

Uses of EncryptionMode in org.apache.poi.hssf.record
 

Constructors in org.apache.poi.hssf.record with parameters of type EncryptionMode
FilePassRecord(EncryptionMode encryptionMode)
           
 

Uses of EncryptionMode in org.apache.poi.poifs.crypt
 

Methods in org.apache.poi.poifs.crypt that return EncryptionMode
 EncryptionMode EncryptionInfo.getEncryptionMode()
           
static EncryptionMode EncryptionMode.valueOf(java.lang.String name)
          Returns 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.apache.poi.poifs.crypt with parameters of type EncryptionMode
protected static EncryptionInfoBuilder EncryptionInfo.getBuilder(EncryptionMode encryptionMode)
          This method loads the builder class with reflection, which may generate a ClassNotFoundException if the class is not on the classpath.
 

Constructors in org.apache.poi.poifs.crypt with parameters of type EncryptionMode
EncryptionInfo(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 scratch
EncryptionInfo(LittleEndianInput dis, EncryptionMode preferredEncryptionMode)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.