All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description CompressionAlgorithm Available compression algorithms for compressing message content.DecryptionException Indicates decryption failed, because the message was not encrypted with a required key or symmetric passphrase.DecryptionResult Holds the most detailed information about a decrypted fileDecryptor Decryptor.VerificationType Type of signature verification done by decryptor.EncryptedAsciiArmorHeadersCallback Used by the encryptor to allow users to configure per-file armored headers instead/in addition to the global ones that are set by the encryptorEncryptedAsciiArmorHeadersManipulator EncryptionAlgorithm Available symmetric-key encryption algorithms for encrypting message content.Encryptor Encryptor.EncryptorWrapperStream FileDetection File detection utilities.FileDetection.ContainerType FileDetection.DetectionResult FileMetadata Optional PGP message metadata.FileMetadata.Format Format for line-ending normalization.FileMetadata.Signature Signature found by decryptor.HashingAlgorithm Available hash algorithms for signing message content, and for deriving a symmetric key from a passphrase.JcaContextHelper Helper class for Java Cryptography Architecture (JCA) context consisting ofprovider
Note: The following class is not thread safe, the security provider should not be changed during PGP operationsKey The identity of a person (or persona, or non-human actor, etc) as a collection ofSubkey
s.KeyForDecryption Key that should be used exclusively for decryption.KeyForEncryption Key that should be used exclusively for encryption.KeyForSigning Key that should be used exclusively for signing.KeyForVerification Key that should be used exclusively for encryption.PassphraseException Indicates an incorrect passphrase was used to unlock a key.Ring A collection ofKey
s.Subkey A single public-key pair from a fullKey
.Util Utility functions, used internally by JPGPJ.VerificationException Indicates verification failed, either because the message was not signed with at least one required key, or because the signature of a required key was invalid.