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. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Trust |
fromJson(String json)
Constructor that deserializes from json |
| java.lang.String |
getCertificates()
Retreive the certificates that the HSM dictates to trust |
Methods inherited from java.lang.Object
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: