Uses of Class
io.netty.pkitesting.CertificateBuilder.Algorithm
-
Packages that use CertificateBuilder.Algorithm Package Description io.netty.pkitesting Tools for generating X.509 certificates for testing. -
-
Uses of CertificateBuilder.Algorithm in io.netty.pkitesting
Methods in io.netty.pkitesting that return CertificateBuilder.Algorithm Modifier and Type Method Description static CertificateBuilder.Algorithm
CertificateBuilder.Algorithm. valueOf(java.lang.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.Methods in io.netty.pkitesting with parameters of type CertificateBuilder.Algorithm Modifier and Type Method Description CertificateBuilder
CertificateBuilder. algorithm(CertificateBuilder.Algorithm algorithm)
Set the key algorithm to use.
-