| SelfSignedCertificate.Builder | SelfSignedCertificate.Builder. algorithm(java.lang.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(java.lang.String fqdn) | Set the fully-qualified domain name of the certificate that should be generated. | 
| SelfSignedCertificate.Builder | SelfSignedCertificate.Builder. notAfter(java.util.Date notAfter) | Set the end of the certificate validity period. | 
| SelfSignedCertificate.Builder | SelfSignedCertificate.Builder. notBefore(java.util.Date notBefore) | Set the start of the certificate validity period. | 
| SelfSignedCertificate.Builder | SelfSignedCertificate.Builder. random(java.security.SecureRandom random) | Set the RNG to use for key generation. |