|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.bc.BcPublicKeyDataDecryptorFactory
public class BcPublicKeyDataDecryptorFactory
A decryptor factory for handling public key decryption operations.
Constructor Summary | |
---|---|
BcPublicKeyDataDecryptorFactory(PGPPrivateKey privKey)
|
Method Summary | |
---|---|
PGPDataDecryptor |
createDataDecryptor(boolean withIntegrityPacket,
int encAlgorithm,
byte[] key)
|
byte[] |
recoverSessionData(int keyAlgorithm,
java.math.BigInteger[] secKeyData)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BcPublicKeyDataDecryptorFactory(PGPPrivateKey privKey)
Method Detail |
---|
public byte[] recoverSessionData(int keyAlgorithm, java.math.BigInteger[] secKeyData) throws PGPException
recoverSessionData
in interface PublicKeyDataDecryptorFactory
PGPException
public PGPDataDecryptor createDataDecryptor(boolean withIntegrityPacket, int encAlgorithm, byte[] key) throws PGPException
createDataDecryptor
in interface PGPDataDecryptorFactory
PGPException
|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |