Validation Problem
enum ValidationProblem
Problems that prevented proper validation of a signature.
Entries
Link copied to clipboard
Could not verify the certificate chain, due to an empty trusted keystore.
Link copied to clipboard
The certificate chain produced an error.
Link copied to clipboard
Document integrity validation failed;
Link copied to clipboard
Signature is self signed.
Link copied to clipboard
The certificate OCSP revocation check failed (likely due to a network error).
Functions
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.