Package org.pgpainless.signature
Classes related to OpenPGP signatures.
-
Class Summary Class Description DetachedSignature Tuple-class which bundles together a signature, the signing key that created the signature, an identifier of the signing key and a record of whether or not the signature was verified.OnePassSignature Tuple-class that bundles together aPGPOnePassSignature
object, aPGPPublicKeyRing
destined to verify the signature, thePGPSignature
itself and a record of whether or not the signature was verified.SignatureChainValidator This class implements validity checks on OpenPGP signatures.SignatureCreationDateComparator Comparator which can be used to sort signatures with regard to their creation time.SignaturePicker Pick signatures from keys.SignatureUtils Utility methods related to signatures.SignatureValidator SignatureValidityComparator Comparator which sorts signatures based on an ordering and on revocation hardness. -
Enum Summary Enum Description SignatureCreationDateComparator.Order