public interface X509CertificateValidator
Modifier and Type | Interface and Description |
---|---|
static interface |
X509CertificateValidator.Factory
A factory for a
X509CertificateValidator . |
Modifier and Type | Method and Description |
---|---|
void |
validate(List<X509Certificate> chain)
Validates the given chain of certificates.
|
void validate(List<X509Certificate> chain) throws CertificateValidationException
chain
- chain of certificatesCertificateValidationException
- if the certificate at the front
of chain is not valid based on the remaining certificates in the chain
and the given trust storeCopyright © 2019. All rights reserved.