FMLiveSwitchDtlsHandshakeType Class Reference

Instance Methods

(instancetype) - init
 

Class Methods

(int) + certificate
 
(int) + certificateRequest
 
(int) + certificateVerify
 
(int) + clientHello
 
(int) + clientKeyExchange
 
(int) + finished
 
(NSString *) + getDisplayNameWithHandshakeType:
 
(FMLiveSwitchDtlsHandshakeType *) + handshakeType
 
(int) + helloRequest
 
(int) + helloVerifyRequest
 
(int) + serverHello
 
(int) + serverHelloDone
 
(int) + serverKeyExchange
 

Method Documentation

◆ certificate

+ (int) certificate

◆ certificateRequest

+ (int) certificateRequest

◆ certificateVerify

+ (int) certificateVerify

◆ clientHello

+ (int) clientHello

◆ clientKeyExchange

+ (int) clientKeyExchange

◆ finished

+ (int) finished

◆ getDisplayNameWithHandshakeType:

+ (NSString*) getDisplayNameWithHandshakeType: (int)  handshakeType

◆ handshakeType

+ (FMLiveSwitchDtlsHandshakeType*) handshakeType

◆ helloRequest

+ (int) helloRequest

◆ helloVerifyRequest

+ (int) helloVerifyRequest

◆ init

- (instancetype) init

◆ serverHello

+ (int) serverHello

◆ serverHelloDone

+ (int) serverHelloDone

◆ serverKeyExchange

+ (int) serverKeyExchange