Uses of Package
org.bouncycastle.openpgp
-
Packages that use org.bouncycastle.openpgp Package Description org.bouncycastle.gpg Parsing classes for the GPG V2 SExpr format and other utilites.org.bouncycastle.gpg.keybox Parsing classes for the GPG V2 KeyBox format.org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects.org.bouncycastle.openpgp.bc BC light weight based OpenPGP objects.org.bouncycastle.openpgp.examples Examples of use of the org.bouncycastle.openpgp package.org.bouncycastle.openpgp.jcajce JCA/JCE provider based OpenPGP objects.org.bouncycastle.openpgp.operator Interfaces and abstract classes to provide the framework to support operations on the OpenPGP high level classes.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. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.gpg Class Description PGPException generic exception class for PGP encoding/decoding problemsPGPPublicKey general class to handle a PGP public key object.PGPSecretKey general class to handle and construct a PGP secret key object. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.gpg.keybox Class Description PGPPublicKeyRing Class to hold a single master public key and its subkeys. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp Class Description PGPAlgorithmParameters PGPEncryptedData A PGP encrypted data object.PGPException generic exception class for PGP encoding/decoding problemsPGPKeyPair General class to handle JCA key pairs and convert them into OpenPGP ones.PGPKeyRing Parent class for PGP public and secret key rings.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 and construct 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.PGPSignatureList A list of PGP signatures - normally in the signature block after literal data.PGPSignatureSubpacketVector Container for a list of signature subpackets.PGPUserAttributeSubpacketVector Container for a list of user attribute subpackets. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp.bc Class Description PGPException generic exception class for PGP encoding/decoding problemsPGPKeyRing Parent class for PGP public and secret key rings.PGPObjectFactory General class for reading a PGP object stream.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.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. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp.examples Class Description PGPException generic exception class for PGP encoding/decoding problems -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp.jcajce Class Description PGPException generic exception class for PGP encoding/decoding problemsPGPKeyRing Parent class for PGP public and secret key rings.PGPObjectFactory General class for reading a PGP object stream.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.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. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp.operator Class Description PGPException generic exception class for PGP encoding/decoding problemsPGPPrivateKey general class to contain a private key for use with other openPGP objects.PGPPublicKey general class to handle a PGP public key object. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp.operator.bc Class Description PGPAlgorithmParameters PGPException generic exception class for PGP encoding/decoding problemsPGPKeyPair General class to handle JCA key pairs and convert them into OpenPGP ones.PGPPrivateKey general class to contain a private key for use with other openPGP objects.PGPPublicKey general class to handle a PGP public key object. -
Classes in org.bouncycastle.openpgp used by org.bouncycastle.openpgp.operator.jcajce Class Description PGPAlgorithmParameters PGPException generic exception class for PGP encoding/decoding problemsPGPKeyPair General class to handle JCA key pairs and convert them into OpenPGP ones.PGPPrivateKey general class to contain a private key for use with other openPGP objects.PGPPublicKey general class to handle a PGP public key object.