FMLiveSwitchX509Time Class Reference

Instance Methods

(instancetype) - init
 
(instancetype) - initWithValue:type:
 
(void) - setType:
 
(void) - setValue:
 
(FMLiveSwitchAsn1Any *) - toAsn1
 
(FMLiveSwitchX509TimeType) - type
 
(NSDate *) - value
 

Class Methods

(FMLiveSwitchX509Time *) + fromAsn1WithAny:
 
(FMLiveSwitchX509Time *) + time
 
(FMLiveSwitchX509Time *) + time:type:
 

Method Documentation

◆ fromAsn1WithAny:

+ (FMLiveSwitchX509Time*) fromAsn1WithAny: (FMLiveSwitchAsn1Any *)  any

◆ init

- (instancetype) init

◆ initWithValue:type:

- (instancetype) initWithValue: (NSDate *)  value
type: (FMLiveSwitchX509TimeType)  type 

◆ setType:

- (void) setType: (FMLiveSwitchX509TimeType)  value

◆ setValue:

- (void) setValue: (NSDate *)  value

◆ time

◆ time:type:

+ (FMLiveSwitchX509Time*) time: (NSDate *)  value
type: (FMLiveSwitchX509TimeType)  type 

◆ toAsn1

- (FMLiveSwitchAsn1Any*) toAsn1

◆ type

- (FMLiveSwitchX509TimeType) type

◆ value

- (NSDate*) value