Instance Methods | |
| (NSMutableData *) | - getContents |
| (void) | - getPropertiesWithTag:klass:isConstructed:isIndefinite: |
| (instancetype) | - init |
| (instancetype) | - initWithValue: |
| (instancetype) | - initWithValueBytes: |
| (void) | - setValue: |
| (void) | - setValueBytes: |
| (NSString *) | - value |
| (NSMutableData *) | - valueBytes |
Instance Methods inherited from FMLiveSwitchAsn1Any | |
| (FMLiveSwitchDataBuffer *) | - getBuffer |
| (NSMutableData *) | - getBytes |
| (FMLiveSwitchDataBuffer *) | - sourceData |
| - (NSMutableData*) getContents |
Implements FMLiveSwitchAsn1Any.
| - (void) getPropertiesWithTag: | (int *) | tag | |
| klass: | (int *) | klass | |
| isConstructed: | (bool *) | isConstructed | |
| isIndefinite: | (bool *) | isIndefinite | |
Implements FMLiveSwitchAsn1Any.
| - (instancetype) init |
Implements FMLiveSwitchAsn1Any.
| - (instancetype) initWithValue: | (NSString *) | value |
| - (instancetype) initWithValueBytes: | (NSMutableData *) | valueBytes |
| + (FMLiveSwitchAsn1OctetString*) octetString |
| + (FMLiveSwitchAsn1OctetString*) octetString: | (NSString *) | value |
| + (FMLiveSwitchAsn1OctetString*) octetStringWithValueBytes: | (NSMutableData *) | valueBytes |
| + (FMLiveSwitchAsn1OctetString*) parseContents: | (NSMutableData *) | contents |
| - (void) setValue: | (NSString *) | value |
| - (void) setValueBytes: | (NSMutableData *) | value |
| - (NSString*) value |
| - (NSMutableData*) valueBytes |