public static class CertificateValidator.TrustAllCertValidator extends Object implements CertificateValidator
CertificateValidator.CollectionCertificateValidator, CertificateValidator.TrustAllCertValidator| Constructor and Description |
|---|
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.
|
public boolean trustCertificate(org.xipki.security.X509Cert target,
org.xipki.security.X509Cert[] otherCerts)
CertificateValidatortrustCertificate in interface CertificateValidatortarget - The certificate to be verified. Must not be null.otherCerts - Additional certificate that may be used. Could be null.Copyright © 2023. All rights reserved.