Package org.pgpainless.algorithm
Enums which map to OpenPGP's algorithm IDs.
-
Class Summary Class Description AlgorithmSuite TheAlgorithmSuite
class is consulted when new OpenPGP keys are being generated to set preferred algorithms on the key. -
Enum Summary Enum Description CompressionAlgorithm Enumeration of possible compression algorithms.DocumentSignatureType Subset ofSignatureType
, used for signatures over documents.EncryptionPurpose Feature An enumeration of features that may be set in theFeatures
subpacket.HashAlgorithm An enumeration of different hashing algorithms.KeyFlag Enumeration of different key flags.PublicKeyAlgorithm Enumeration of public key algorithms as defined in RFC4880.SignatureSubpacket Enumeration of possible subpackets that might be found in the hashed and unhashed area of an OpenPGP signature.SignatureType Enum that enlists all the Signature Types defined in rfc4880 section 5.2.1 SeePGPSignature
for comparison.StreamEncoding Enumeration of possible encoding formats of the content of the literal data packet.SymmetricKeyAlgorithm Enumeration of possible symmetric encryption algorithms.