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 |
PGPPBEEncryptedData.getDataStream(PBEDataDecryptorFactory dataDecryptorFactory)
Open an input stream which will provide the decrypted data protected by this object.
|
int |
PGPPBEEncryptedData.getSymmetricAlgorithm(PBEDataDecryptorFactory dataDecryptorFactory)
Return the symmetric key algorithm required to decrypt the data protected by this object.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPBEDataDecryptorFactory
A
PBEDataDecryptorFactory for handling PBE decryption operations using the Bouncy Castle
lightweight API to implement cryptographic primitives. |
Modifier and Type | Method and Description |
---|---|
PBEDataDecryptorFactory |
JcePBEDataDecryptorFactoryBuilder.build(char[] passPhrase)
Construct a
PBEDataDecryptorFactory to use to decrypt PBE encrypted data. |