HttpsHsmClient Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. hsm. HttpsHsmClient
- com.
public class HttpsHsmClient
Constructor Summary
Constructor | Description |
---|---|
HttpsHsmClient(String baseUrl, UnixDomainSocketChannel unixDomainSocketChannel) |
Client object for sending sign requests to an HSM unit |
Method Summary
Modifier and Type | Method and Description |
---|---|
Trust |
getTrustBundle(String apiVersion)
Retrieve a trust bundle from an hsm |
Sign |
sign(String apiVersion, String moduleName, SignRequest signRequest, String generationId)
Send a sign request to the HSM using the provided parameters and return the HSM's response |
Constructor Details
HttpsHsmClient
public HttpsHsmClient(String baseUrl, UnixDomainSocketChannel unixDomainSocketChannel)
Client object for sending sign requests to an HSM unit
Parameters:
Throws:
Method Details
getTrustBundle
public TrustBundleResponse getTrustBundle(String apiVersion)
Retrieve a trust bundle from an hsm
Parameters:
Returns:
Throws:
sign
public SignResponse sign(String apiVersion, String moduleName, SignRequest signRequest, String generationId)
Send a sign request to the HSM using the provided parameters and return the HSM's response
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java