SelfSignedCertificate.Builder |
SelfSignedCertificate.Builder.algorithm(String algorithm) |
Set the key algorithm.
|
SelfSignedCertificate.Builder |
SelfSignedCertificate.Builder.bits(int bits) |
Set the key size.
|
static SelfSignedCertificate.Builder |
SelfSignedCertificate.builder() |
Deprecated.
|
SelfSignedCertificate.Builder |
SelfSignedCertificate.Builder.fqdn(String fqdn) |
Set the fully-qualified domain name of the certificate that should be generated.
|
SelfSignedCertificate.Builder |
SelfSignedCertificate.Builder.notAfter(Date notAfter) |
Set the end of the certificate validity period.
|
SelfSignedCertificate.Builder |
SelfSignedCertificate.Builder.notBefore(Date notBefore) |
Set the start of the certificate validity period.
|
SelfSignedCertificate.Builder |
SelfSignedCertificate.Builder.random(SecureRandom random) |
Set the RNG to use for key generation.
|