FMLiveSwitchCertificateInfo Class Reference

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...
 

Detailed Description

Certificate information.

Method Documentation

◆ base64

- (NSString*) base64

Gets the certificate in Base64 format.

◆ certificateInfo

+ (FMLiveSwitchCertificateInfo*) certificateInfo

Initializes a new instance of the FMLiveSwitchCertificateInfo class.

◆ deserializePropertiesWithKey:valueJson:

- (void) deserializePropertiesWithKey: (NSString *)  key
valueJson: (NSString *)  valueJson 

Deserializes the properties.

Parameters
keyThe key.
valueJsonThe value in JSON format.

Implements FMLiveSwitchInfo.

◆ fingerprint

- (NSString*) fingerprint

Gets the certificate fingerprint.

◆ fingerprintAlgorithm

- (NSString*) fingerprintAlgorithm

Gets the certificate fingerprint algorithm.

◆ fromJsonArrayWithArrayJson:

+ (NSMutableArray*) fromJsonArrayWithArrayJson: (NSString *)  arrayJson

Derializes an array from JSON.

Parameters
arrayJsonThe array JSON.
Returns
The deserialized array.

◆ fromJsonWithInstanceJson:

+ (FMLiveSwitchCertificateInfo*) fromJsonWithInstanceJson: (NSString *)  instanceJson

Deserializes an instance from JSON.

Parameters
instanceJsonThe instance JSON.
Returns
The deserialized instance.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchCertificateInfo class.

Implements FMLiveSwitchInfo.

◆ serializePropertiesWithJsonObject:

- (void) serializePropertiesWithJsonObject: (NSMutableDictionary< NSString *, NSString * > *)  jsonObject

Serializes the properties.

Parameters
jsonObjectThe JSON object.

Implements FMLiveSwitchInfo.

◆ setBase64:

- (void) setBase64: (NSString *)  value

Sets the certificate in Base64 format.

◆ setFingerprint:

- (void) setFingerprint: (NSString *)  value

Sets the certificate fingerprint.

◆ setFingerprintAlgorithm:

- (void) setFingerprintAlgorithm: (NSString *)  value

Sets the certificate fingerprint algorithm.

◆ toJson

- (NSString*) toJson

Serializes this instance to JSON.

◆ toJsonArray:

+ (NSString*) toJsonArray: (NSMutableArray *)  array

Serializes an array to JSON.

Parameters
arrayThe array.
Returns
The serialized array JSON.

◆ toJsonWithInstance:

+ (NSString*) toJsonWithInstance: (FMLiveSwitchCertificateInfo *)  instance

Serializes an instance to JSON.

Parameters
instanceThe instance.
Returns
The serialized instance JSON.