Uses of Class
io.netty.handler.ssl.util.SelfSignedCertificate.Builder
Packages that use SelfSignedCertificate.Builder
Package
Description
Utility classes that helps easier development of TLS/SSL applications.
-
Uses of SelfSignedCertificate.Builder in io.netty.handler.ssl.util
Methods in io.netty.handler.ssl.util that return SelfSignedCertificate.BuilderModifier and TypeMethodDescriptionSet the key algorithm.SelfSignedCertificate.Builder.bits(int bits) Set the key size.SelfSignedCertificate.builder()Deprecated.Set the fully-qualified domain name of the certificate that should be generated.Set the end of the certificate validity period.Set the start of the certificate validity period.SelfSignedCertificate.Builder.random(SecureRandom random) Set the RNG to use for key generation.