public abstract class PBEDataDecryptorFactory extends java.lang.Object implements PGPDataDecryptorFactory
Modifier | Constructor and Description |
---|---|
protected |
PBEDataDecryptorFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider) |
Modifier and Type | Method and Description |
---|---|
byte[] |
makeKeyFromPassPhrase(int keyAlgorithm,
S2K s2k) |
abstract byte[] |
recoverSessionData(int keyAlgorithm,
byte[] key,
byte[] seckKeyData) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDataDecryptor
protected PBEDataDecryptorFactory(char[] passPhrase, PGPDigestCalculatorProvider calculatorProvider)
public byte[] makeKeyFromPassPhrase(int keyAlgorithm, S2K s2k) throws PGPException
PGPException
public abstract byte[] recoverSessionData(int keyAlgorithm, byte[] key, byte[] seckKeyData) throws PGPException
PGPException