Package org.pgpainless.signature.consumer
Classes related to OpenPGP signature verification.
-
Class Summary Class Description CertificateValidator A collection of static methods that validate signing certificates (public keys) and verify signature correctness.DetachedSignatureCheck 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 the signature was verified.OnePassSignatureCheck Tuple-class that bundles together aPGPOnePassSignature
object, aPGPPublicKeyRing
destined to verify the signature, thePGPSignature
itself and a record of whether the signature was verified.ProofUtil ProofUtil.Proof SignatureCreationDateComparator Comparator which can be used to sort signatures with regard to their creation time.SignaturePicker Pick signatures from keys.SignatureValidator A collection of validators that perform validation steps over signatures.SignatureValidityComparator Comparator which sorts signatures based on an ordering and on revocation hardness.SignatureVerifier Collection of static methods for signature verification. -
Enum Summary Enum Description SignatureCreationDateComparator.Order