| Modifier and Type | Method and Description |
|---|---|
static CertificateBuilder.Algorithm |
CertificateBuilder.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateBuilder.Algorithm[] |
CertificateBuilder.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateBuilder |
CertificateBuilder.algorithm(CertificateBuilder.Algorithm algorithm)
Set the key algorithm to use.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.