SecurityProviderX509Cert Class
- java.
lang. Object - SecurityProvider
- SecurityProviderX509
- com.
microsoft. azure. sdk. iot. provisioning. security. hsm. SecurityProviderX509Cert
- com.
public class SecurityProviderX509Cert extends SecurityProviderX509
Constructor Summary
Constructor | Description |
---|---|
SecurityProviderX509Cert(X509Certificate leafCertificatePublic, Key leafPrivateKey, Collection<X509Certificate> signerCertificates) |
Constructor to build the DICE certs from the simulator |
Method Summary
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getClientCertificate()
Getter for the Alias certificate |
String |
getClientCertificateCommonName()
Getter for the common name |
Key |
getClientPrivateKey()
Getter for Alias key |
Collection<X509Certificate> |
getIntermediateCertificatesChain()
Getter for the signer cert |
Inherited Members
Constructor Details
SecurityProviderX509Cert
public SecurityProviderX509Cert(X509Certificate leafCertificatePublic, Key leafPrivateKey, Collection
Constructor to build the DICE certs from the simulator
Parameters:
Method Details
getClientCertificate
public X509Certificate getClientCertificate()
Getter for the Alias certificate
Returns:
getClientCertificateCommonName
public String getClientCertificateCommonName()
Getter for the common name
Returns:
getClientPrivateKey
public Key getClientPrivateKey()
Getter for Alias key
Returns:
getIntermediateCertificatesChain
public Collection
Getter for the signer cert
Returns:
Applies to
Azure SDK for Java