| Package | Description |
|---|---|
| io.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.