public interface CertificateValidator
| Modifier and Type | Interface and Description |
|---|---|
static class |
CertificateValidator.CollectionCertificateValidator |
static class |
CertificateValidator.TrustAllCertValidator |
| Modifier and Type | Method and Description |
|---|---|
boolean |
trustCertificate(org.xipki.security.X509Cert target,
org.xipki.security.X509Cert[] otherCerts)
Whether the target certificate can be trusted.
|
boolean trustCertificate(org.xipki.security.X509Cert target,
org.xipki.security.X509Cert[] otherCerts)
target - The certificate to be verified. Must not be null.otherCerts - Additional certificate that may be used. Could be null.Copyright © 2023. All rights reserved.