public class SelfSignedCertificateImpl extends Object implements SelfSignedCertificate
| Constructor and Description |
|---|
SelfSignedCertificateImpl() |
SelfSignedCertificateImpl(String fqdn) |
| Modifier and Type | Method and Description |
|---|---|
String |
certificatePath()
Filesystem path to the X.509 certificate file in PEM format .
|
void |
delete()
Delete the private key and certificate files.
|
PemKeyCertOptions |
keyCertOptions()
Provides the
KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath() |
String |
privateKeyPath()
Filesystem path to the RSA private key file in PEM format
|
PemTrustOptions |
trustOptions()
Provides the
TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic SelfSignedCertificateImpl()
public SelfSignedCertificateImpl(String fqdn)
public PemKeyCertOptions keyCertOptions()
SelfSignedCertificateKeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()keyCertOptions in interface SelfSignedCertificatePemKeyCertOptions based on the generated certificate.public PemTrustOptions trustOptions()
SelfSignedCertificateTrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath()trustOptions in interface SelfSignedCertificatePemTrustOptions based on the generated certificate.public String privateKeyPath()
SelfSignedCertificateprivateKeyPath in interface SelfSignedCertificatepublic String certificatePath()
SelfSignedCertificatecertificatePath in interface SelfSignedCertificatepublic void delete()
SelfSignedCertificatedelete in interface SelfSignedCertificateCopyright © 2020. All rights reserved.