azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.sdk.iot...

64 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.sdk.iot.device.edge.HttpsHsmTrustBundleProvider"
fullName: "com.microsoft.azure.sdk.iot.device.edge.HttpsHsmTrustBundleProvider"
name: "HttpsHsmTrustBundleProvider"
nameWithType: "HttpsHsmTrustBundleProvider"
summary: "This class provides trust bundles to its user by communicating with an HSM to retrieve them."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **HttpsHsmTrustBundleProvider**</br> implements <xref href=\"com.microsoft.azure.sdk.iot.device.edge.TrustBundleProvider?alt=com.microsoft.azure.sdk.iot.device.edge.TrustBundleProvider&text=TrustBundleProvider\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.sdk.iot.device.edge.HttpsHsmTrustBundleProvider.HttpsHsmTrustBundleProvider()"
fullName: "com.microsoft.azure.sdk.iot.device.edge.HttpsHsmTrustBundleProvider.HttpsHsmTrustBundleProvider()"
name: "HttpsHsmTrustBundleProvider()"
nameWithType: "HttpsHsmTrustBundleProvider.HttpsHsmTrustBundleProvider()"
syntax: "public HttpsHsmTrustBundleProvider()"
methods:
- uid: "com.microsoft.azure.sdk.iot.device.edge.HttpsHsmTrustBundleProvider.getTrustBundleCerts(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.sdk.iot.device.edge.HttpsHsmTrustBundleProvider.getTrustBundleCerts(String providerUri, String apiVersion)"
name: "getTrustBundleCerts(String providerUri, String apiVersion)"
nameWithType: "HttpsHsmTrustBundleProvider.getTrustBundleCerts(String providerUri, String apiVersion)"
summary: "Retrieve the list of certificates to be trusted as dictated by the HSM"
parameters:
- description: "the provider uri of the HSM to communicate with"
name: "providerUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the api version to use"
name: "apiVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public String getTrustBundleCerts(String providerUri, String apiVersion)"
exceptions:
- description: "if the providerUri cannot be parsed as a uri"
type: "<xref href=\"java.net.URISyntaxException?alt=java.net.URISyntaxException&text=URISyntaxException\" data-throw-if-not-resolved=\"False\" />"
- description: "if the providerUri cannot be parsed as a uri"
type: "<xref href=\"com.microsoft.azure.sdk.iot.device.exceptions.TransportException?alt=com.microsoft.azure.sdk.iot.device.exceptions.TransportException&text=TransportException\" data-throw-if-not-resolved=\"False\" />"
- description: "if the providerUri cannot be parsed as a uri"
type: "<xref href=\"java.io.IOException?alt=java.io.IOException&text=IOException\" data-throw-if-not-resolved=\"False\" />"
- description: "if the providerUri cannot be parsed as a uri"
type: "<xref href=\"com.microsoft.azure.sdk.iot.device.hsm.HsmException?alt=com.microsoft.azure.sdk.iot.device.hsm.HsmException&text=HsmException\" data-throw-if-not-resolved=\"False\" />"
desc: "Retrieve the list of certificates to be trusted as dictated by the HSM"
returns:
description: "the raw string containing all of the certificates to be trusted. May be one certificate or many certificates"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "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"
implements:
- "<xref href=\"com.microsoft.azure.sdk.iot.device.edge.TrustBundleProvider?alt=com.microsoft.azure.sdk.iot.device.edge.TrustBundleProvider&text=TrustBundleProvider\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.sdk.iot.device.edge"
artifact: com.microsoft.azure.sdk.iot:iot-device-client:1.30.1