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

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

Introduction

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

The text is from its open source code.

Method

InputStreamgetDataStream(PublicKeyDataDecryptorFactory dataDecryptorFactory)
Open an input stream which will provide the decrypted data protected by this object.
longgetKeyID()
Return the keyID for the key used to encrypt the data.
intgetSymmetricAlgorithm(PublicKeyDataDecryptorFactory 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.