Uses of Enum
com.pdftools.signaturevalidation.profiles.RevocationCheckPolicy
Packages that use RevocationCheckPolicy
-
Uses of RevocationCheckPolicy in com.pdftools.signaturevalidation.profiles
Methods in com.pdftools.signaturevalidation.profiles that return RevocationCheckPolicyModifier and TypeMethodDescriptionTrustConstraints.getRevocationCheckPolicy()Whether to check certificate revocation (Getter)static RevocationCheckPolicyReturns the enum constant of this type with the specified name.static RevocationCheckPolicy[]RevocationCheckPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.signaturevalidation.profiles with parameters of type RevocationCheckPolicyModifier and TypeMethodDescriptionvoidTrustConstraints.setRevocationCheckPolicy(RevocationCheckPolicy value) Whether to check certificate revocation (Setter)