SecurityProviderDice Class

public class SecurityProviderDice extends SecurityProviderX509

Constructor Summary

Constructor Description
SecurityProviderDice()

Constructor instantiate DICE

Method Summary

Modifier and Type Method and Description
String generateLeafCert(String uniqueId)

Generates leaf certificate with the unique id as common name

String getAliasCertPem()

Getter for the Alias cert in PEM format

X509Certificate getClientCertificate()

Getter for the Alias certificate

String getClientCertificateCommonName()

Getter for the common name

Key getClientPrivateKey()

Getter for Alias key

Collection<X509Certificate> getIntermediateCertificatesChain()
String getRootCertPem()

Getter for the Root cert in PEM format

String getSignerCertPem()

Getter for the Signer cert in PEM format

Inherited Members

Constructor Details

SecurityProviderDice

public SecurityProviderDice()

Constructor instantiate DICE

Method Details

generateLeafCert

public String generateLeafCert(String uniqueId)

Generates leaf certificate with the unique id as common name

Parameters:

uniqueId -

Unique ID to be used in common name. Cannot benull 

</code> or empty </p>

Returns:

A PEM formatted leaf cert with unique ID as common name

getAliasCertPem

public String getAliasCertPem()

Getter for the Alias cert in PEM format

Returns:

Alias cert in PEM format

getClientCertificate

public X509Certificate getClientCertificate()

Getter for the Alias certificate

Returns:

Alias certificate

getClientCertificateCommonName

public String getClientCertificateCommonName()

Getter for the common name

Returns:

The common name for the root cert

getClientPrivateKey

public Key getClientPrivateKey()

Getter for Alias key

Returns:

Alias private key

getIntermediateCertificatesChain

public Collection getIntermediateCertificatesChain()

getRootCertPem

public String getRootCertPem()

Getter for the Root cert in PEM format

Returns:

Root cert in PEM format

getSignerCertPem

public String getSignerCertPem()

Getter for the Signer cert in PEM format

Returns:

Signer cert in PEM format

Applies to