Certificate stats. More...
Instance Methods | |
(NSString *) | - certificateBase64 |
Gets the certificate in Base64 format. More... | |
(void) | - deserializePropertiesWithKey:valueJson: |
Deserializes the properties. More... | |
(NSString *) | - fingerprint |
Gets the fingerprint. More... | |
(NSString *) | - fingerprintAlgorithm |
Gets the fingerprint algorithm. More... | |
(instancetype) | - init |
(bool) | - isEquivalentWithInstance: |
Checks if a certificate is equivalent to this one. More... | |
(void) | - serializePropertiesWithJsonObject: |
Serializes the properties. More... | |
(NSString *) | - toJson |
Serializes this to JSON. More... | |
Instance Methods inherited from FMLiveSwitchBaseStats | |
(NSString *) | - id |
Gets the identifier of the object generating these stats. More... | |
(NSDate *) | - timestamp |
Gets the timestamp when these stats were generated. More... | |
Instance Methods inherited from <FMLiveSwitchIEquivalent> | |
(bool) | - isEquivalentWithInstance: |
Checks if an instance is equivalent to this one. More... | |
Class Methods | |
(FMLiveSwitchCertificateStats *) | + certificateStats |
(NSMutableArray *) | + fromJsonArrayWithCertificatesJson: |
Derializes an array of certificate stats from JSON. More... | |
(FMLiveSwitchCertificateStats *) | + fromJsonWithCertificateJson: |
Derializes certificate stats from JSON. More... | |
(NSString *) | + toJsonArrayWithCertificates: |
Serializes an array of certificate stats to JSON. More... | |
(NSString *) | + toJsonWithCertificate: |
Serializes certificate stats to JSON. More... | |
Class Methods inherited from FMLiveSwitchBaseStats | |
(FMLiveSwitchBaseStats *) | + baseStats |
Certificate stats.
- (NSString*) certificateBase64 |
Gets the certificate in Base64 format.
+ (FMLiveSwitchCertificateStats*) certificateStats |
Deserializes the properties.
key | The key. |
valueJson | The value in JSON format. |
Implements FMLiveSwitchBaseStats.
- (NSString*) fingerprint |
Gets the fingerprint.
- (NSString*) fingerprintAlgorithm |
Gets the fingerprint algorithm.
+ (NSMutableArray*) fromJsonArrayWithCertificatesJson: | (NSString *) | certificatesJson |
Derializes an array of certificate stats from JSON.
certificatesJson | The certificates' stats JSON. |
+ (FMLiveSwitchCertificateStats*) fromJsonWithCertificateJson: | (NSString *) | certificateJson |
Derializes certificate stats from JSON.
certificateJson | The certificate's stats JSON. |
- (instancetype) init |
Implements FMLiveSwitchBaseStats.
- (bool) isEquivalentWithInstance: | (FMLiveSwitchCertificateStats *) | instance |
Checks if a certificate is equivalent to this one.
instance | The certificate. |
- (NSString*) toJson |
Serializes this to JSON.
+ (NSString*) toJsonArrayWithCertificates: | (NSMutableArray *) | certificates |
Serializes an array of certificate stats to JSON.
certificates | The certificates' stats. |
+ (NSString*) toJsonWithCertificate: | (FMLiveSwitchCertificateStats *) | certificate |
Serializes certificate stats to JSON.
certificate | The certificate's stats. |