| AbstractOpenPGPDocumentSignatureGenerator<T extends AbstractOpenPGPDocumentSignatureGenerator<T>> |
|
| AbstractOpenPGPKeySignatureGenerator |
|
| DoubleBufferedInputStream<I extends java.io.InputStream> |
Implementation of an InputStream that double-buffers data from an underlying input stream.
|
| KeyPairGeneratorCallback.Util |
|
| KeyPassphraseProvider.DefaultKeyPassphraseProvider |
|
| MessageEncryptionMechanism |
Encryption mode (SEIPDv1 / SEIPDv2 / OED) and algorithms.
|
| OpenPGPApi |
Main entry to the high level OpenPGP API.
|
| OpenPGPCertificate |
OpenPGP certificates (TPKs - transferable public keys) are long-living structures that may change during
their lifetime.
|
| OpenPGPCertificate.OpenPGPCertificateComponent |
Component on an OpenPGP certificate.
|
| OpenPGPCertificate.OpenPGPComponentKey |
|
| OpenPGPCertificate.OpenPGPComponentSignature |
|
| OpenPGPCertificate.OpenPGPIdentityComponent |
|
| OpenPGPCertificate.OpenPGPPrimaryKey |
|
| OpenPGPCertificate.OpenPGPSignatureChain |
|
| OpenPGPCertificate.OpenPGPSignatureChain.Certification |
"Positive" signature chain link.
|
| OpenPGPCertificate.OpenPGPSignatureChain.Link |
|
| OpenPGPCertificate.OpenPGPSignatureChain.Revocation |
"Negative" signature chain link.
|
| OpenPGPCertificate.OpenPGPSignatureChains |
|
| OpenPGPCertificate.OpenPGPSubkey |
|
| OpenPGPCertificate.OpenPGPUserAttribute |
A UserAttribute.
|
| OpenPGPCertificate.OpenPGPUserId |
A UserId.
|
| OpenPGPDefaultPolicy |
|
| OpenPGPDetachedSignatureGenerator |
High-Level OpenPGP Signature Generator for Detached Signatures.
|
| OpenPGPDetachedSignatureProcessor |
High-Level Processor for Messages Signed Using Detached OpenPGP Signatures.
|
| OpenPGPEncryptionNegotiator |
|
| OpenPGPImplementation |
Bouncy Castle provides two implementations of OpenPGP operators.
|
| OpenPGPKey |
An OpenPGPKey (TSK - transferable secret key) is the pendant to an OpenPGPCertificate,
but containing the secret key material in addition to the public components.
|
| OpenPGPKey.OpenPGPPrivateKey |
|
| OpenPGPKey.OpenPGPSecretKey |
|
| OpenPGPKeyEditor |
|
| OpenPGPKeyGenerator |
High-level generator class for OpenPGP v6 keys.
|
| OpenPGPKeyMaterialPool<M extends OpenPGPCertificate> |
|
| OpenPGPKeyMaterialPool.OpenPGPCertificatePool |
|
| OpenPGPKeyMaterialPool.OpenPGPKeyPool |
|
| OpenPGPKeyReader |
|
| OpenPGPMessageGenerator |
Generator for OpenPGP messages.
|
| OpenPGPMessageInputStream |
An InputStream that processes an OpenPGP message.
|
| OpenPGPMessageInputStream.Result |
|
| OpenPGPMessageOutputStream |
Implementation of an OutputStream tailored to creating OpenPGP messages.
|
| OpenPGPMessageProcessor |
|
| OpenPGPMessageProcessor.Configuration |
|
| OpenPGPPolicy.OpenPGPNotationRegistry |
The OpenPGPPolicy.OpenPGPNotationRegistry can be used to register known notations, such that signatures containing
notation instances of the same name, which are marked as critical do not invalidate the signature.
|
| OpenPGPSignature |
An OpenPGP signature.
|
| OpenPGPSignature.OpenPGPDocumentSignature |
|
| OpenPGPSignature.OpenPGPSignatureSubpacket |
|
| SignatureParameters |
Parameters for signature generation.
|
| SignatureParameters.Callback.Util |
|