Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SSLCertVerificationHandler.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3public interface SSLCertVerificationHandler {
9
15
21
27
31 void trust();
32
36 void cancel();
37}
void trust()
The SSL certificate is trusted.
void cancel()
The SSL certificate is not trusted.
String getCertFingerprint()
Get the SSL certificate's fingerprint.
String getCertIssuedTo()
Get the value of whom the SSL certificate is issued to.
String getCertSerialNum()
Get the serial number of the SSL certificate.
String getCertIssuedBy()
Get the value that who issues the SSL certificate.