Certificate Validators
CRLValidator
Class name: org.signserver.validationservice.server.CRLValidator.
OCSPValidator
Class name: org.signserver.validationservice.server.OCSPValidator.
OCSPCRLValidator
Class name: org.signserver.validationservice.server.OCSPCRLValidator.
NoRevocationCheckingValidator
Class name: org.signserver.validationservice.server.NoRevocationCheckingValidator.
Certificate Validator that validates the certificate chain but does not perform any revocation checking. This can be useful for demonstation purposes or when revocation checking should not be performed.
DummyValidator
Class name: org.signserver.validationservice.server.DummyValidator.
Certificate Validator that only works for specific issuers and certificates and is only available for testing and demonstration purposes as no real certificate validation is performed. The keystores under res/test/dss10/ with certificates issued by "DSS Root CA 10" can for instance be used together with this validator.