public interface CertificateValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
trustCertificate(X509Certificate target,
X509Certificate[] otherCerts)
TODO.
|
boolean trustCertificate(X509Certificate target, X509Certificate[] otherCerts)
target - The certificate to be verified. Must not be null.otherCerts - Additional certificate that may be used. Could be null.Copyright © 2018. All rights reserved.