FMIceLinkCertificateStats Class Reference
| Inherits from | FMIceLinkBaseStats : NSObject |
|---|---|
| Declared in | FMIceLinkCertificateStats.h FMIceLinkCertificateStats.m |
– certificateBase64
Gets the certificate in Base64 format.
- (NSString *)certificateBase64Discussion
Gets the certificate in Base64 format.
Declared In
FMIceLinkCertificateStats.h
– deserializePropertiesWithKey:valueJson:
Deserializes the properties.
- (void)deserializePropertiesWithKey:(NSString *)key valueJson:(NSString *)valueJsonParameters
key |
The key. |
|---|---|
valueJson |
The value in JSON format. |
Discussion
Deserializes the properties.
Declared In
FMIceLinkCertificateStats.h
– fingerprint
Gets the fingerprint.
- (NSString *)fingerprintDiscussion
Gets the fingerprint.
Declared In
FMIceLinkCertificateStats.h
– fingerprintAlgorithm
Gets the [fingerprint](#//api/name/fingerprint) algorithm.
- (NSString *)fingerprintAlgorithmDiscussion
Gets the [fingerprint](#//api/name/fingerprint) algorithm.
Declared In
FMIceLinkCertificateStats.h
+ fromJsonArrayWithCertificatesJson:
Derializes an array of certificate stats from JSON.
+ (NSMutableArray *)fromJsonArrayWithCertificatesJson:(NSString *)certificatesJsonParameters
certificatesJson |
The certificates' stats JSON. @return |
|---|
Discussion
Derializes an array of certificate stats from JSON.
Declared In
FMIceLinkCertificateStats.h
+ fromJsonWithCertificateJson:
Derializes certificate stats from JSON.
+ (FMIceLinkCertificateStats *)fromJsonWithCertificateJson:(NSString *)certificateJsonParameters
certificateJson |
The certificate’s stats JSON. @return |
|---|
Discussion
Derializes certificate stats from JSON.
Declared In
FMIceLinkCertificateStats.h
– serializePropertiesWithJsonObject:
Serializes the properties.
- (void)serializePropertiesWithJsonObject:(NSMutableDictionary<NSString*,NSString*> *)jsonObjectParameters
jsonObject |
The JSON object. |
|---|
Discussion
Serializes the properties.
Declared In
FMIceLinkCertificateStats.h
– toJson
Serializes this to JSON.
@return
- (NSString *)toJsonDiscussion
Serializes this to JSON.
@return
Declared In
FMIceLinkCertificateStats.h
+ toJsonArrayWithCertificates:
Serializes an array of certificate stats to JSON.
+ (NSString *)toJsonArrayWithCertificates:(NSMutableArray *)certificatesParameters
certificates |
The certificates' stats. @return |
|---|
Discussion
Serializes an array of certificate stats to JSON.
Declared In
FMIceLinkCertificateStats.h
+ toJsonWithCertificate:
Serializes certificate stats to JSON.
+ (NSString *)toJsonWithCertificate:(FMIceLinkCertificateStats *)certificateParameters
certificate |
The certificate’s stats. @return |
|---|
Discussion
Serializes certificate stats to JSON.
Declared In
FMIceLinkCertificateStats.h