public class IotHubX509HardwareAuthenticationProvider extends IotHubAuthenticationProvider
deviceId, gatewayHostname, hostname, moduleId| Constructor and Description |
|---|
IotHubX509HardwareAuthenticationProvider(java.lang.String hostname,
java.lang.String gatewayHostname,
java.lang.String deviceId,
java.lang.String moduleId,
com.microsoft.azure.sdk.iot.provisioning.security.SecurityProvider securityProvider) |
| Modifier and Type | Method and Description |
|---|---|
javax.net.ssl.SSLContext |
getSSLContext()
Getter for IotHubSSLContext
|
getDeviceId, getGatewayHostname, getHostname, getModuleIdpublic IotHubX509HardwareAuthenticationProvider(java.lang.String hostname,
java.lang.String gatewayHostname,
java.lang.String deviceId,
java.lang.String moduleId,
com.microsoft.azure.sdk.iot.provisioning.security.SecurityProvider securityProvider)
public javax.net.ssl.SSLContext getSSLContext()
throws java.io.IOException
getSSLContext in class IotHubAuthenticationProviderjava.io.IOException - if an error occurs when generating the SSLContextCopyright © 2023. All rights reserved.