|
Cryptix OpenPGP | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
PGPAbstractSignatureParameterBuilder | Abstract class for signature parameters. |
PGPAbstractV3SignatureParameterBuilder | Abstract class for v3 signature parameters. |
PGPArmouredMessage | Represents an armoured message. |
PGPCertificate | An OpenPGP Certificate. |
PGPCertificateParameterBuilder | Parameters for a PGP Certificate |
PGPDetachedSignatureMessage | Represents a detached signature. |
PGPKey | OpenPGP Key. |
PGPKeyBundle | An OpenPGP KeyBundle. |
PGPKeyRingCertStoreParameters | Certstore parameters for a keyring |
PGPLegacyCertificateParameterBuilder | Parameters for a V3 PGP Certificate |
PGPLegacyKeyPairGeneratorParameterSpec | Parameters for a legacy KeyPairGenerator |
PGPLegacySelfCertificateParameterBuilder | Parameters for a V3 PGP Self Certificate |
PGPPrincipal | OpenPGP Principal. |
PGPPrivateKey | OpenPGP PrivateKey (in OpenPGP terminology, the java PrivateKey is a Secret Key). |
PGPPublicKey | OpenPGP PublicKey. |
PGPSelfCertificateParameterBuilder | Parameters for a PGP Self Certificate |
PGPSignatureParameterSpec | Parameters for a V4 OpenPGP Signature |
PGPSignedMessage | Represents an OpenPGP signed message. |
PGPV3SignatureParameterSpec | Parameters for a V3 OpenPGP Signature |
Exception Summary | |
PGPAbstractDataFormatException | Generic superclass for all exceptions in Cryptix OpenPGP. |
PGPDataFormatException | Thrown when incorrect data is found in a PGP object. |
PGPDecryptionFailedException | Thrown when a public-key decryption operation fails. |
PGPException | Generic superclass for all exceptions in Cryptix OpenPGP. |
PGPFatalDataFormatException | Thrown when incorrect data is found in a PGP object and there is no recovery possible in the sense that it is impossible to know where the next packet starts. |
PGPInvalidChecksumException | Thrown when a checksum does not match. |
PGPKeyIDCollisionException | Thrown when one key is requested, but multiple keys with the same keyID is available. |
PGPWrongPassphraseException | Thrown when decryption fails due to an incorrect passphrase. |
OpenPGP specific extensions to the Message and PKI API's.
|
Cryptix OpenPGP | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |