FMLiveSwitchX501RelativeDistinguishedName Class Reference

Instance Methods

(NSMutableArray *) - attributes
 
(FMLiveSwitchX501Attribute *) - getAttributeWithAttributeType:
 
(instancetype) - init
 
(instancetype) - initWithAttributeTypeAndValues:
 
(void) - setAttributes:
 
(FMLiveSwitchAsn1Set *) - toAsn1
 

Class Methods

(FMLiveSwitchX501RelativeDistinguishedName *) + fromAsn1WithAny:
 
(FMLiveSwitchX501RelativeDistinguishedName *) + relativeDistinguishedName
 
(FMLiveSwitchX501RelativeDistinguishedName *) + relativeDistinguishedNameWithAttributeTypeAndValues:
 

Method Documentation

◆ attributes

- (NSMutableArray*) attributes

◆ fromAsn1WithAny:

◆ getAttributeWithAttributeType:

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

◆ init

- (instancetype) init

◆ initWithAttributeTypeAndValues:

- (instancetype) initWithAttributeTypeAndValues: (NSMutableArray *)  attributeTypeAndValues

◆ relativeDistinguishedName

+ (FMLiveSwitchX501RelativeDistinguishedName*) relativeDistinguishedName

◆ relativeDistinguishedNameWithAttributeTypeAndValues:

+ (FMLiveSwitchX501RelativeDistinguishedName*) relativeDistinguishedNameWithAttributeTypeAndValues: (NSMutableArray *)  attributeTypeAndValues

◆ setAttributes:

- (void) setAttributes: (NSMutableArray *)  value

◆ toAsn1

- (FMLiveSwitchAsn1Set*) toAsn1