FMLiveSwitchAsn1Ia5String Class Reference

Instance Methods

(NSMutableData *) - getContents
 
(void) - getPropertiesWithTag:klass:isConstructed:isIndefinite:
 
(instancetype) - init
 
(instancetype) - initWithValue:
 
(void) - setValue:
 
(NSString *) - value
 
- Instance Methods inherited from FMLiveSwitchAsn1Any
(FMLiveSwitchDataBuffer *) - getBuffer
 
(NSMutableData *) - getBytes
 
(FMLiveSwitchDataBuffer *) - sourceData
 

Class Methods

(FMLiveSwitchAsn1Ia5String *) + ia5String
 
(FMLiveSwitchAsn1Ia5String *) + ia5String:
 
(FMLiveSwitchAsn1Ia5String *) + parseContents:
 
- Class Methods inherited from FMLiveSwitchAsn1Any
(FMLiveSwitchAsn1Any *) + any
 
(long long) + decode128IntegerWithBytes:
 
(long long) + decode128IntegerWithBytes:offset:length:
 
(long long) + decode128LongWithBytes:
 
(long long) + decode128LongWithBytes:offset:length:
 
(int) + decode128ShortWithBytes:
 
(int) + decode128ShortWithBytes:offset:length:
 
(NSMutableData *) + decode128WithEncoded:
 
(NSMutableData *) + decode128WithEncoded:offset:length:
 
(NSDate *) + deserializeTimestampWithTimestampString:
 
(NSMutableData *) + encode128:
 
(NSMutableData *) + encode128Integer:
 
(NSMutableData *) + encode128Long:
 
(NSMutableData *) + encode128Short:
 
(FMLiveSwitchDataBuffer *) + getBufferWithAny:
 
(NSMutableData *) + getBytesWithAny:
 
(int) + getLength128WithEncoded:offset:
 
(NSMutableData *) + padWithBytes:length:
 
(NSMutableData *) + padWithBytes:length:value:
 
(FMLiveSwitchAsn1Any *) + parseBuffer:
 
(FMLiveSwitchAsn1Any *) + parseBuffer:offset:byteCount:
 
(FMLiveSwitchAsn1Any *) + parseBytes:
 
(FMLiveSwitchAsn1Any *) + parseBytes:offset:byteCount:
 
(NSString *) + serializeTimestamp:yearLength:monthLength:dayLength:hourLength:minuteLength:secondLength:
 
(NSMutableData *) + trimWithBytes:
 
(NSMutableData *) + trimWithBytes:minLength:
 
(NSMutableData *) + trimWithBytes:minLength:maxLength:
 

Method Documentation

◆ getContents

- (NSMutableData*) getContents

Implements FMLiveSwitchAsn1Any.

◆ getPropertiesWithTag:klass:isConstructed:isIndefinite:

- (void) getPropertiesWithTag: (int *)  tag
klass: (int *)  klass
isConstructed: (bool *)  isConstructed
isIndefinite: (bool *)  isIndefinite 

Implements FMLiveSwitchAsn1Any.

◆ ia5String

+ (FMLiveSwitchAsn1Ia5String*) ia5String

◆ ia5String:

+ (FMLiveSwitchAsn1Ia5String*) ia5String: (NSString *)  value

◆ init

- (instancetype) init

Implements FMLiveSwitchAsn1Any.

◆ initWithValue:

- (instancetype) initWithValue: (NSString *)  value

◆ parseContents:

+ (FMLiveSwitchAsn1Ia5String*) parseContents: (NSMutableData *)  contents

◆ setValue:

- (void) setValue: (NSString *)  value

◆ value

- (NSString*) value