Handler interface for SSL certificate verification operations.
void trust()
Trusts the SSL certificate.
void cancel()
Does not trust the SSL certificate.
String getCertFingerprint()
Gets the SSL certificate's fingerprint.
String getCertIssuedTo()
Gets the value of whom the SSL certificate is issued to.
String getCertSerialNum()
Gets the serial number of the SSL certificate.
String getCertIssuedBy()
Gets the value of who issues the SSL certificate.