public interface SSLCertificateVerifier
Modifier and Type | Method and Description |
---|---|
boolean |
verify(byte[] certificate)
Implementations of verify allow applications to provide custom logic for
verifying certificates.
|
boolean verify(byte[] certificate)
certificate
- A byte array containing a DER encoded X509 certificate.6.0.0