IotHubX509HardwareAuthenticationProvider Class
- java.
lang. Object - IotHubAuthenticationProvider
- com.
microsoft. azure. sdk. iot. device. auth. IotHubX509HardwareAuthenticationProvider
- com.
public class IotHubX509HardwareAuthenticationProvider extends IotHubAuthenticationProvider
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubX509HardwareAuthenticationProvider(String hostname, String gatewayHostname, String deviceId, String moduleId, SecurityProvider securityProvider) |
Method Summary
Modifier and Type | Method and Description |
---|---|
SSLContext |
getSSLContext()
Getter for IotHubSSLContext |
Inherited Members
Constructor Details
IotHubX509HardwareAuthenticationProvider
public IotHubX509HardwareAuthenticationProvider(String hostname, String gatewayHostname, String deviceId, String moduleId, SecurityProvider securityProvider)
Parameters:
Method Details
getSSLContext
public SSLContext getSSLContext()
Getter for IotHubSSLContext
Returns:
Throws: