TrustBundleResponse Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. hsm. parser. TrustBundleResponse
- com.
public class TrustBundleResponse
The json parser for the response from an HSM that contains the certificates to be trusted
Constructor Summary
Constructor | Description |
---|---|
TrustBundleResponse() |
Empty constructor, only for gson. Don't delete |
Method Summary
Modifier and Type | Method and Description |
---|---|
Trust |
fromJson(String json)
Constructor that deserializes from json |
String |
getCertificates()
Retreive the certificates that the HSM dictates to trust |
Constructor Details
TrustBundleResponse
public TrustBundleResponse()
Empty constructor, only for gson. Don't delete
Method Details
fromJson
public static TrustBundleResponse fromJson(String json)
Constructor that deserializes from json
Parameters:
Returns:
getCertificates
public String getCertificates()
Retreive the certificates that the HSM dictates to trust
Returns: