Package | Description |
---|---|
org.bouncycastle.openpgp | |
org.bouncycastle.openpgp.operator.bc | |
org.bouncycastle.openpgp.operator.jcajce |
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) |