Java org.bouncycastle.openpgp PGPPBEEncryptedData fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp PGPPBEEncryptedData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp PGPPBEEncryptedData.

The text is from its open source code.

Method

InputStreamgetDataStream(PBEDataDecryptorFactory dataDecryptorFactory)
Open an input stream which will provide the decrypted data protected by this object.
intgetSymmetricAlgorithm(PBEDataDecryptorFactory dataDecryptorFactory)
Return the symmetric key algorithm required to decrypt the data protected by this object.
booleanisIntegrityProtected()
Checks whether the packet is integrity protected.
booleanverify()
Verifies the integrity of the packet against the modification detection code associated with it in the stream.