<CJGuestInvalidCertCallback> Protocol Reference

An object implementing this protocol is passed to the CJGuestInvalidCertDelegate. More...

#import <CJGuestCall.h>

Inherits <NSObject>.

Inherited by CJGuestInvalidCertCallbackImpl.

Instance Methods

(void) - accept
 The delegate calls this to accept the invalid certificate.
 
(void) - reject
 The delegate calls this to reject the invalid certificate.
 

Detailed Description

An object implementing this protocol is passed to the CJGuestInvalidCertDelegate.

The delegate should call one of the methods to indicate whether to accept or reject the invalid certificate.