Uses of Enum
io.netty.pkitesting.CertificateBuilder.Algorithm
Packages that use CertificateBuilder.Algorithm
-
Uses of CertificateBuilder.Algorithm in io.netty.pkitesting
Subclasses with type arguments of type CertificateBuilder.Algorithm in io.netty.pkitestingModifier and TypeClassDescriptionstatic enumTheCertificateBuilder.Algorithmenum encapsulates both the key type, key generation parameters, and the signature algorithm to use.Methods in io.netty.pkitesting that return CertificateBuilder.AlgorithmModifier and TypeMethodDescriptionstatic CertificateBuilder.AlgorithmReturns 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.AlgorithmModifier and TypeMethodDescriptionCertificateBuilder.algorithm(CertificateBuilder.Algorithm algorithm) Set the key algorithm to use.