Modifier and Type | Field and Description |
---|---|
protected EncryptionInfoBuilder |
Decryptor.builder |
Modifier and Type | Method and Description |
---|---|
protected static EncryptionInfoBuilder |
EncryptionInfo.getBuilder(EncryptionMode encryptionMode) |
Constructor and Description |
---|
Decryptor(EncryptionInfoBuilder builder) |
Modifier and Type | Class and Description |
---|---|
class |
AgileEncryptionInfoBuilder |
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
AgileDecryptor.hashInput(EncryptionInfoBuilder builder,
byte[] pwHash,
byte[] blockKey,
byte[] inputKey,
int cipherMode) |
protected static Cipher |
AgileDecryptor.initCipherForBlock(Cipher existing,
int block,
boolean lastChunk,
EncryptionInfoBuilder builder,
SecretKey skey,
int encryptionMode) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRC4EncryptionInfoBuilder |
Modifier and Type | Method and Description |
---|---|
protected static Cipher |
BinaryRC4Decryptor.initCipherForBlock(Cipher cipher,
int block,
EncryptionInfoBuilder builder,
SecretKey skey,
int encryptMode) |
Modifier and Type | Class and Description |
---|---|
class |
CryptoAPIEncryptionInfoBuilder |
Modifier and Type | Method and Description |
---|---|
protected static Cipher |
CryptoAPIDecryptor.initCipherForBlock(Cipher cipher,
int block,
EncryptionInfoBuilder builder,
SecretKey skey,
int encryptMode) |
Modifier and Type | Class and Description |
---|---|
class |
StandardEncryptionInfoBuilder |
Constructor and Description |
---|
StandardDecryptor(EncryptionInfoBuilder builder) |
Copyright © 2007-2019. All Rights Reserved.