Package | Description |
---|---|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.examples |
Examples of use of the org.bouncycastle.openpgp package.
|
Class and Description |
---|
PGPEncryptedData |
PGPException
generic exception class for PGP encoding/decoding problems
|
PGPKeyPair
General class to handle JCA key pairs and convert them into OpenPGP ones.
|
PGPKeyRing |
PGPOnePassSignature
A one pass signature object.
|
PGPPrivateKey
general class to contain a private key for use with other openPGP
objects.
|
PGPPublicKey
general class to handle a PGP public key object.
|
PGPPublicKeyRing
Class to hold a single master public key and its subkeys.
|
PGPPublicKeyRingCollection
Often a PGP key ring file is made up of a succession of master/sub-key key rings.
|
PGPSecretKey
general class to handle a PGP secret key object.
|
PGPSecretKeyRing
Class to hold a single master secret key and its subkeys.
|
PGPSecretKeyRingCollection
Often a PGP key ring file is made up of a succession of master/sub-key key rings.
|
PGPSignature
A PGP signature object.
|
PGPSignatureSubpacketVector
Container for a list of signature subpackets.
|
PGPUserAttributeSubpacketVector
Container for a list of user attribute subpackets.
|
Class and Description |
---|
PGPException
generic exception class for PGP encoding/decoding problems
|