FMLiveSwitchX501Name Class Reference

Instance Methods

(FMLiveSwitchX501Attribute *) - getAttributeWithAttributeType:
 
(instancetype) - init
 
(instancetype) - initWithRdnSequence:
 
(NSMutableArray *) - rdnSequence
 
(void) - setRdnSequence:
 
(FMLiveSwitchAsn1Any *) - toAsn1
 

Class Methods

(FMLiveSwitchX501Name *) + fromAsn1WithAny:
 
(FMLiveSwitchX501Name *) + name
 
(FMLiveSwitchX501Name *) + nameWithRdnSequence:
 

Method Documentation

◆ fromAsn1WithAny:

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

◆ getAttributeWithAttributeType:

- (FMLiveSwitchX501Attribute*) getAttributeWithAttributeType: (NSMutableArray *)  attributeType

◆ init

- (instancetype) init

◆ initWithRdnSequence:

- (instancetype) initWithRdnSequence: (NSMutableArray *)  rdnSequence

◆ name

◆ nameWithRdnSequence:

+ (FMLiveSwitchX501Name*) nameWithRdnSequence: (NSMutableArray *)  rdnSequence

◆ rdnSequence

- (NSMutableArray*) rdnSequence

◆ setRdnSequence:

- (void) setRdnSequence: (NSMutableArray *)  value

◆ toAsn1

- (FMLiveSwitchAsn1Any*) toAsn1