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.
|
Modifier and Type | Method and Description |
---|---|
java.io.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.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPublicKeyDataDecryptorFactory
A decryptor factory for handling public key decryption operations.
|
Modifier and Type | Method and Description |
---|---|
PublicKeyDataDecryptorFactory |
JcePublicKeyDataDecryptorFactoryBuilder.build(PGPPrivateKey privKey) |
PublicKeyDataDecryptorFactory |
JcePublicKeyDataDecryptorFactoryBuilder.build(java.security.PrivateKey privKey) |