Class SimpleCertificateValidator

java.lang.Object
se.idsec.signservice.security.certificate.impl.SimpleCertificateValidator
All Implemented Interfaces:
CertificateValidator

public class SimpleCertificateValidator extends Object implements CertificateValidator
A simple validator that does not perform revocation checking and only relies upon the supplied certificates when building the chain.

Note: If no trust anchors are defined, the path root must be available as the last element of the additionalCertificates parameter. This certificate must be self-signed.

Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)