public class TrustBundleResponse
extends java.lang.Object
Constructor and Description |
---|
TrustBundleResponse()
Empty constructor, only for gson.
|
Modifier and Type | Method and Description |
---|---|
static TrustBundleResponse |
fromJson(java.lang.String json)
Constructor that deserializes from json
|
java.lang.String |
getCertificates()
Retreive the certificates that the HSM dictates to trust
|
public TrustBundleResponse()
public static TrustBundleResponse fromJson(java.lang.String json)
json
- the json representation of the TrustBundleResponsepublic java.lang.String getCertificates()
Copyright © 2023. All rights reserved.