public abstract class PGPSecretKeyDecryptorWithAAD extends PBESecretKeyDecryptor
Constructor and Description |
---|
PGPSecretKeyDecryptorWithAAD(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider) |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
recoverKeyData(int encAlgorithm,
byte[] key,
byte[] iv,
byte[] aad,
byte[] keyData,
int keyOff,
int keyLen) |
byte[] |
recoverKeyData(int encAlgorithm,
byte[] key,
byte[] iv,
byte[] keyData,
int keyOff,
int keyLen) |
getChecksumCalculator, makeKeyFromPassPhrase
public PGPSecretKeyDecryptorWithAAD(char[] passPhrase, PGPDigestCalculatorProvider calculatorProvider)
public byte[] recoverKeyData(int encAlgorithm, byte[] key, byte[] iv, byte[] keyData, int keyOff, int keyLen) throws PGPException
recoverKeyData
in class PBESecretKeyDecryptor
PGPException
public abstract byte[] recoverKeyData(int encAlgorithm, byte[] key, byte[] iv, byte[] aad, byte[] keyData, int keyOff, int keyLen) throws PGPException
PGPException