IotHubX509SoftwareAuthenticationProvider Class
- java.
lang. Object - IotHubAuthenticationProvider
- com.
microsoft. azure. sdk. iot. device. auth. IotHubX509SoftwareAuthenticationProvider
- com.
public class IotHubX509SoftwareAuthenticationProvider extends IotHubAuthenticationProvider
Constructor Summary
Constructor | Description | |
---|---|---|
IotHubX509SoftwareAuthenticationProvider(String hostname, String gatewayHostname, String deviceId, String moduleId, SSLContext sslContext) |
Inherited Members
IotHubAuthenticationProvider.deviceId
IotHubAuthenticationProvider.gatewayHostname
IotHubAuthenticationProvider.getDeviceId()
IotHubAuthenticationProvider.getGatewayHostname()
IotHubAuthenticationProvider.getHostname()
IotHubAuthenticationProvider.getModuleId()
IotHubAuthenticationProvider.getSSLContext()
IotHubAuthenticationProvider.hostname
IotHubAuthenticationProvider.IotHubAuthenticationProvider(String hostname, String gatewayHostname, String deviceId, String moduleId)
IotHubAuthenticationProvider.IotHubAuthenticationProvider(String hostname, String gatewayHostname, String deviceId, String moduleId, SSLContext sslContext)
IotHubAuthenticationProvider.moduleId
Constructor Details
IotHubX509SoftwareAuthenticationProvider
public IotHubX509SoftwareAuthenticationProvider(String hostname, String gatewayHostname, String deviceId, String moduleId, SSLContext sslContext)
Parameters:
hostname
gatewayHostname
deviceId
moduleId
sslContext
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java