|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChainingMode | |
---|---|
org.apache.poi.poifs.crypt | Implementation of the ECMA-376 Document Encryption |
org.apache.poi.poifs.crypt.agile | |
org.apache.poi.poifs.crypt.standard |
Uses of ChainingMode in org.apache.poi.poifs.crypt |
---|
Methods in org.apache.poi.poifs.crypt that return ChainingMode | |
---|---|
ChainingMode |
EncryptionVerifier.getChainingMode()
|
ChainingMode |
EncryptionHeader.getChainingMode()
|
static ChainingMode |
ChainingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChainingMode[] |
ChainingMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.poi.poifs.crypt with parameters of type ChainingMode | |
---|---|
static javax.crypto.Cipher |
CryptoFunctions.getCipher(javax.crypto.SecretKey key,
CipherAlgorithm cipherAlgorithm,
ChainingMode chain,
byte[] vec,
int cipherMode)
|
static javax.crypto.Cipher |
CryptoFunctions.getCipher(javax.crypto.SecretKey key,
CipherAlgorithm cipherAlgorithm,
ChainingMode chain,
byte[] vec,
int cipherMode,
java.lang.String padding)
|
void |
EncryptionInfoBuilder.initialize(EncryptionInfo ei,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
protected void |
EncryptionVerifier.setChainingMode(ChainingMode chainingMode)
|
protected void |
EncryptionHeader.setChainingMode(ChainingMode chainingMode)
|
Constructors in org.apache.poi.poifs.crypt with parameters of type ChainingMode | |
---|---|
EncryptionInfo(DirectoryNode dir,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
EncryptionInfo(NPOIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
EncryptionInfo(POIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
Uses of ChainingMode in org.apache.poi.poifs.crypt.agile |
---|
Methods in org.apache.poi.poifs.crypt.agile with parameters of type ChainingMode | |
---|---|
void |
AgileEncryptionInfoBuilder.initialize(EncryptionInfo info,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
Constructors in org.apache.poi.poifs.crypt.agile with parameters of type ChainingMode | |
---|---|
AgileEncryptionHeader(CipherAlgorithm algorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
AgileEncryptionVerifier(CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
Uses of ChainingMode in org.apache.poi.poifs.crypt.standard |
---|
Methods in org.apache.poi.poifs.crypt.standard with parameters of type ChainingMode | |
---|---|
void |
StandardEncryptionInfoBuilder.initialize(EncryptionInfo info,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
Constructors in org.apache.poi.poifs.crypt.standard with parameters of type ChainingMode | |
---|---|
StandardEncryptionHeader(CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
StandardEncryptionVerifier(CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |