Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKSSLVerificationHelper Class Reference
Inheritance diagram for ZoomSDKSSLVerificationHelper:

Instance Methods

(NSString *) - getCertIssueTo
 The certificate is issued to whom. More...
 
(NSString *) - getCertIssueBy
 The certificate is issued by whom. More...
 
(NSString *) - getCertSerialNum
 Get serial number of certificate. More...
 
(NSString *) - getCertFingerprint
 
(void) - trust
 Trust the certificate.
 
(void) - cancel
 Cancel the certificate.
 

Protected Attributes

NSString * _certIssueTo
 
NSString * _certIssueBy
 
NSString * _certSerialNum
 
NSString * _certFingerprint
 

Method Documentation

◆ getCertFingerprint

- (NSString*) getCertFingerprint
Parameters
Getfingerprint of certificate.
Returns
The fingerprint of the certificate.

◆ getCertIssueBy

- (NSString*) getCertIssueBy

The certificate is issued by whom.

Returns
The user by whom the certificate is issued.

◆ getCertIssueTo

- (NSString*) getCertIssueTo

The certificate is issued to whom.

Returns
The user to whom the certificate is issued.

◆ getCertSerialNum

- (NSString*) getCertSerialNum

Get serial number of certificate.

Returns
The serial number of the certificate.

The documentation for this class was generated from the following file: