Certificate information. More...
Instance Methods | |
| (NSString *) | - base64 |
| Gets the certificate in Base64 format. More... | |
| (void) | - deserializePropertiesWithKey:valueJson: |
| Deserializes the properties. More... | |
| (NSString *) | - fingerprint |
| Gets the certificate fingerprint. More... | |
| (NSString *) | - fingerprintAlgorithm |
| Gets the certificate fingerprint algorithm. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchCertificateInfo class. More... | |
| (void) | - serializePropertiesWithJsonObject: |
| Serializes the properties. More... | |
| (void) | - setBase64: |
| Sets the certificate in Base64 format. More... | |
| (void) | - setFingerprint: |
| Sets the certificate fingerprint. More... | |
| (void) | - setFingerprintAlgorithm: |
| Sets the certificate fingerprint algorithm. More... | |
| (NSString *) | - toJson |
| Serializes this instance to JSON. More... | |
Instance Methods inherited from FMLiveSwitchInfo | |
| (NSString *) | - id |
| Gets the identifier. More... | |
| (void) | - setId: |
| Sets the identifier. More... | |
Class Methods | |
| (FMLiveSwitchCertificateInfo *) | + certificateInfo |
| Initializes a new instance of the FMLiveSwitchCertificateInfo class. More... | |
| (NSMutableArray *) | + fromJsonArrayWithArrayJson: |
| Derializes an array from JSON. More... | |
| (FMLiveSwitchCertificateInfo *) | + fromJsonWithInstanceJson: |
| Deserializes an instance from JSON. More... | |
| (NSString *) | + toJsonArray: |
| Serializes an array to JSON. More... | |
| (NSString *) | + toJsonWithInstance: |
| Serializes an instance to JSON. More... | |
Class Methods inherited from FMLiveSwitchInfo | |
| (FMLiveSwitchInfo *) | + info |
| (NSMutableArray *) | + processArrayWithNewValues:oldValues: |
| Processes an array for an info. More... | |
| (NSMutableArray *) | + processBooleanArrayWithNewValues:oldValues: |
| Processes a boolean array for an info. More... | |
| (FMLiveSwitchNullableBool *) | + processBooleanWithNewValue:oldValue: |
| Processes a boolean for an info. More... | |
| (FMLiveSwitchNullableDouble *) | + processDoubleWithNewValue:oldValue: |
| Processes a double for an info. More... | |
| (NSMutableArray *) | + processFloatArrayWithNewValues:oldValues: |
| Processes a float array for an info. More... | |
| (FMLiveSwitchNullableFloat *) | + processFloatWithNewValue:oldValue: |
| Processes a float for an info. More... | |
| (NSMutableArray *) | + processIntegerArrayWithNewValues:oldValues: |
| Processes a integer array for an info. More... | |
| (FMLiveSwitchNullableInt *) | + processIntegerWithNewValue:oldValue: |
| Processes an integer for an info. More... | |
| (NSMutableArray *) | + processLongArrayWithNewValues:oldValues: |
| Processes a long array for an info. More... | |
| (FMLiveSwitchNullableLong *) | + processLongWithNewValue:oldValue: |
| Processes a long for an info. More... | |
| (NSObject< FMLiveSwitchIEquivalent > *) | + processObjectWithNewValue:oldValue: |
| Processes an object for an info. More... | |
| (NSMutableArray *) | + processShortArrayWithNewValues:oldValues: |
| Processes a short array for an info. More... | |
| (FMLiveSwitchNullableShort *) | + processShortWithNewValue:oldValue: |
| Processes a short for an info. More... | |
| (NSString *) | + processStringWithNewValue:oldValue: |
| Processes a string for an info. More... | |
Certificate information.
| - (NSString*) base64 |
Gets the certificate in Base64 format.
| + (FMLiveSwitchCertificateInfo*) certificateInfo |
Initializes a new instance of the FMLiveSwitchCertificateInfo class.
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Implements FMLiveSwitchInfo.
| - (NSString*) fingerprint |
Gets the certificate fingerprint.
| - (NSString*) fingerprintAlgorithm |
Gets the certificate fingerprint algorithm.
| + (NSMutableArray*) fromJsonArrayWithArrayJson: | (NSString *) | arrayJson |
Derializes an array from JSON.
| arrayJson | The array JSON. |
| + (FMLiveSwitchCertificateInfo*) fromJsonWithInstanceJson: | (NSString *) | instanceJson |
Deserializes an instance from JSON.
| instanceJson | The instance JSON. |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchCertificateInfo class.
Implements FMLiveSwitchInfo.
| - (void) setBase64: | (NSString *) | value |
Sets the certificate in Base64 format.
| - (void) setFingerprint: | (NSString *) | value |
Sets the certificate fingerprint.
| - (void) setFingerprintAlgorithm: | (NSString *) | value |
Sets the certificate fingerprint algorithm.
| - (NSString*) toJson |
Serializes this instance to JSON.
| + (NSString*) toJsonArray: | (NSMutableArray *) | array |
Serializes an array to JSON.
| array | The array. |
| + (NSString*) toJsonWithInstance: | (FMLiveSwitchCertificateInfo *) | instance |
Serializes an instance to JSON.
| instance | The instance. |