public interface SSLCertVerificationHandler
Modifier and Type | Method and Description |
---|---|
void |
cancel()
The SSL certificate is not trusted.
|
java.lang.String |
getCertFingerprint()
Get the SSL certificate's fingerprint.
|
java.lang.String |
getCertIssuedBy()
Get the value that who issues the SSL certificate.
|
java.lang.String |
getCertIssuedTo()
Get the value of whom the SSL certificate is issued to.
|
java.lang.String |
getCertSerialNum()
Get the serial number of the SSL certificate.
|
void |
trust()
The SSL certificate is trusted.
|
java.lang.String getCertIssuedTo()
java.lang.String getCertIssuedBy()
java.lang.String getCertSerialNum()
java.lang.String getCertFingerprint()
void trust()
void cancel()