Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SSLCertVerificationHandler.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface SSLCertVerificationHandler {
13
20
27
34
38 void trust();
39
43 void cancel();
44}
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.