public final class SimpleValidator extends Validator
SimpleValidator objects are immutable once they have been created.
Please DO NOT add methods that can change the state of an instance once
it has been created.
TYPE_PKIX, TYPE_SIMPLE, VAR_CODE_SIGNING, VAR_GENERIC, VAR_JCE_SIGNING, VAR_TLS_CLIENT, VAR_TLS_SERVER, VAR_TSA_SERVER| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.security.cert.X509Certificate> |
getTrustedCertificates()
Returns an immutable Collection of the X509Certificates this instance
uses as trust anchors.
|
getInstance, getInstance, getInstance, setValidationDate, validate, validate, validate, validatepublic java.util.Collection<java.security.cert.X509Certificate> getTrustedCertificates()
ValidatorgetTrustedCertificates in class Validator