SSLCertificateVerifier

The SSLCertificateVerifier interface allows API users to provide custom logic to verify certificates.

Functions

Link copied to clipboard
abstract fun verify(certificate: Array<Byte>): Boolean
Implementations of verify allow applications to provide custom logic for verifying certificates.