HttpsHsmTrustBundleProvider Class
- java.
lang. Object - TrustBundleProvider
- com.
microsoft. azure. sdk. iot. device. edge. HttpsHsmTrustBundleProvider
- com.
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
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getTrustBundleCerts(String providerUri, String apiVersion, UnixDomainSocketChannel unixDomainSocketChannel)
Retrieve the list of certificates to be trusted as dictated by the HSM |
Method Details
getTrustBundleCerts
public String getTrustBundleCerts(String providerUri, String apiVersion, UnixDomainSocketChannel unixDomainSocketChannel)
Retrieve the list of certificates to be trusted as dictated by the HSM
Overrides:
HttpsHsmTrustBundleProvider.getTrustBundleCerts(String providerUri, String apiVersion, UnixDomainSocketChannel unixDomainSocketChannel)Parameters:
Returns:
Throws: