Jabber Guest iOS SDK
|
<CJGuestInvalidCertDelegate> Protocol Reference
This protocol provides a notification if any of the HTTP requests performed by CJGuestCall encounter an invalid certificate. More...
#import <CJGuestCall.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onInvalidCert:certSubjectCN:referenceID:invalidReason:subjectCertificateData:intermediateCACertificateData:invalidCertCallback: |
This is called after encountering an invalid certificate in an HTTP request. More... | |
Detailed Description
This protocol provides a notification if any of the HTTP requests performed by CJGuestCall encounter an invalid certificate.
Method Documentation
|
optional |
This is called after encountering an invalid certificate in an HTTP request.
- Parameters
-
certFingerprint The digital fingerprint of the certificate. certSubjectCN The CN subject from the certificate. referenceID The reference ID of the certificate. invalidReason A list of reasons of why the certificate is invalid. subjectCertificateData Additional subject information about the certificate. intermediateCACertificateData A list of the certificate authorities authorizing the chain of certificates. invalidCertCallback The callback object used to accept or reject the certificate.