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

Packages that use EncryptionMode
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption The implementation is split into three packages: This package contains common functions for both current implemented cipher modes. 
 

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

Methods in org.apache.poi.poifs.crypt that return EncryptionMode
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)
           
 

Constructors in org.apache.poi.poifs.crypt with parameters of type EncryptionMode
EncryptionInfo(DirectoryNode dir, EncryptionMode encryptionMode)
          Deprecated. use constructor without dir parameter
EncryptionInfo(DirectoryNode dir, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
          Deprecated. use constructor without dir parameter
EncryptionInfo(EncryptionMode encryptionMode)
           
EncryptionInfo(EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
          Constructs an EncryptionInfo from scratch
EncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode)
          Deprecated. use constructor without fs parameter
EncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
          Deprecated. use constructor without fs parameter
EncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode)
          Deprecated. use constructor without fs parameter
EncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
          Deprecated. use constructor without fs parameter
 



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