MumbleKit
 All Classes Functions
Instance Methods | List of all members
<MKRSAKeyPairDelegate> Protocol Referenceabstract

#import <MumbleKit/MKCertificate.h>

Instance Methods

(void) - rsaKeyPairDidFinishGenerating:
 

Detailed Description

MKRSAKeyPair is a protocol for getting notified when a MKRSAKeyPair is done generating its public and private key.

Method Documentation

- (void) rsaKeyPairDidFinishGenerating: (MKRSAKeyPair *)  keyPair

Called when an MKRSAKeyPair has finished generating its RSA key pair.

Parameters
keyPairThe MKRSAKeyPair that finished generating its keys.

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