HttpsHsmTrustBundleProvider Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. edge. HttpsHsmTrustBundleProvider
- com.
Implements
public class HttpsHsmTrustBundleProvider
implements TrustBundleProvider
This class provides trust bundles to its user by communicating with an HSM to retrieve them. The trust bundle can provide one to many different trust certificates
Constructor Summary
| Constructor | Description | |
|---|---|---|
| HttpsHsmTrustBundleProvider() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getTrustBundleCerts(String providerUri, String apiVersion)
Retrieve the list of certificates to be trusted as dictated by the HSM |
Methods inherited from java.lang.Object
Constructor Details
HttpsHsmTrustBundleProvider
public HttpsHsmTrustBundleProvider()
Method Details
getTrustBundleCerts
public String getTrustBundleCerts(String providerUri, String apiVersion)
Retrieve the list of certificates to be trusted as dictated by the HSM
Parameters:
Returns:
Throws: