Class SignatureValidityComparator

  • All Implemented Interfaces:
    Comparator<org.bouncycastle.openpgp.PGPSignature>

    public class SignatureValidityComparator
    extends Object
    implements Comparator<org.bouncycastle.openpgp.PGPSignature>
    Comparator which sorts signatures based on an ordering and on revocation hardness. If a list of signatures gets ordered using this comparator, hard revocations will always come first. Further, signatures are ordered by date according to the SignatureCreationDateComparator.Order.