Tuya iOS Smart Life App SDK 5.15.0
WTLPublicKeyGeneric Class Reference

#import <WTLPublicKeyGeneric.h>

Inheritance diagram for WTLPublicKeyGeneric:

Instance Methods

(NSData *) - KeyBitsFromSecKey:
 
(void) - generateNewKeyPair
 

Class Methods

(instancetype) + sharedInstance
 

Properties

SecKeyRef icacPublicKey
 
SecKeyRef icacPrivateKey
 
SecKeyRef nocPublicKey
 
SecKeyRef nocPrivateKey
 

Detailed Description

Definition at line 25 of file WTLPublicKeyGeneric.h.

Method Documentation

◆ generateNewKeyPair

- (void) generateNewKeyPair

◆ KeyBitsFromSecKey:

- (NSData *) KeyBitsFromSecKey: (SecKeyRef)  givenKey

◆ sharedInstance

+ (instancetype) sharedInstance

Property Documentation

◆ icacPrivateKey

- (SecKeyRef) icacPrivateKey
readnonatomicassign

Definition at line 29 of file WTLPublicKeyGeneric.h.

◆ icacPublicKey

- (SecKeyRef) icacPublicKey
readnonatomicassign

Definition at line 27 of file WTLPublicKeyGeneric.h.

◆ nocPrivateKey

- (SecKeyRef) nocPrivateKey
readnonatomicassign

Definition at line 33 of file WTLPublicKeyGeneric.h.

◆ nocPublicKey

- (SecKeyRef) nocPublicKey
readnonatomicassign

Definition at line 31 of file WTLPublicKeyGeneric.h.


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