| Package | Description |
|---|---|
| org.bouncycastle.openpgp | |
| org.bouncycastle.openpgp.operator.bc | |
| org.bouncycastle.openpgp.operator.jcajce |
| 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 decryptor factory for handling PBE decryption operations.
|
| Modifier and Type | Method and Description |
|---|---|
PBEDataDecryptorFactory |
JcePBEDataDecryptorFactoryBuilder.build(char[] passPhrase) |