Uses of Class
org.pgpainless.signature.consumer.SignatureCreationDateComparator.Order
-
Packages that use SignatureCreationDateComparator.Order Package Description org.pgpainless.signature.consumer Classes related to OpenPGP signature verification. -
-
Uses of SignatureCreationDateComparator.Order in org.pgpainless.signature.consumer
Fields in org.pgpainless.signature.consumer declared as SignatureCreationDateComparator.Order Modifier and Type Field Description static SignatureCreationDateComparator.OrderSignatureCreationDateComparator. DEFAULT_ORDERMethods in org.pgpainless.signature.consumer that return SignatureCreationDateComparator.Order Modifier and Type Method Description static SignatureCreationDateComparator.OrderSignatureCreationDateComparator.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureCreationDateComparator.Order[]SignatureCreationDateComparator.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.pgpainless.signature.consumer with parameters of type SignatureCreationDateComparator.Order Constructor Description SignatureCreationDateComparator(SignatureCreationDateComparator.Order order)Create a new comparator which sorts signatures according to the passed ordering.SignatureValidityComparator(SignatureCreationDateComparator.Order order)Create a newSignatureValidityComparatorwhich orders signatures following the passed ordering.
-