SecurityProviderX509 Class
- java.
lang. Object - SecurityProvider
- com.
microsoft. azure. sdk. iot. provisioning. security. SecurityProviderX509
- com.
public class SecurityProviderX509 extends SecurityProvider
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract X509Certificate | getClientCertificate() |
abstract String | getClientCertificateCommonName() |
abstract Key | getClientPrivateKey() |
abstract Collection<X509Certificate> | getIntermediateCertificatesChain() |
String | getRegistrationId() |
SSLContext | getSSLContext() |
Method Details
getClientCertificate
public abstract X509Certificate getClientCertificate()
getClientCertificateCommonName
public abstract String getClientCertificateCommonName()
getClientPrivateKey
public abstract Key getClientPrivateKey()
getIntermediateCertificatesChain
public abstract Collection
getRegistrationId
public String getRegistrationId()
getSSLContext
public SSLContext getSSLContext()
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