Uses of Interface
org.bouncycastle.openpgp.operator.PublicKeyDataDecryptorFactory
-
Packages that use PublicKeyDataDecryptorFactory Package Description org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects.org.bouncycastle.openpgp.operator.bc BC lightweight operators for dealing with OpenPGP objects.org.bouncycastle.openpgp.operator.jcajce JCA/JCE based operators for dealing with OpenPGP objects. -
-
Uses of PublicKeyDataDecryptorFactory in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp with parameters of type PublicKeyDataDecryptorFactory Modifier and Type Method Description InputStream
PGPPublicKeyEncryptedData. getDataStream(PublicKeyDataDecryptorFactory dataDecryptorFactory)
Open an input stream which will provide the decrypted data protected by this object.int
PGPPublicKeyEncryptedData. getSymmetricAlgorithm(PublicKeyDataDecryptorFactory dataDecryptorFactory)
Return the symmetric key algorithm required to decrypt the data protected by this object. -
Uses of PublicKeyDataDecryptorFactory in org.bouncycastle.openpgp.operator.bc
Classes in org.bouncycastle.openpgp.operator.bc that implement PublicKeyDataDecryptorFactory Modifier and Type Class Description class
BcPublicKeyDataDecryptorFactory
A decryptor factory for handling public key decryption operations. -
Uses of PublicKeyDataDecryptorFactory in org.bouncycastle.openpgp.operator.jcajce
Methods in org.bouncycastle.openpgp.operator.jcajce that return PublicKeyDataDecryptorFactory Modifier and Type Method Description PublicKeyDataDecryptorFactory
JcePublicKeyDataDecryptorFactoryBuilder. build(PrivateKey privKey)
PublicKeyDataDecryptorFactory
JcePublicKeyDataDecryptorFactoryBuilder. build(PGPPrivateKey privKey)
-