Uses of Enum
org.conscrypt.MlKemAlgorithm
Packages that use MlKemAlgorithm
-
Uses of MlKemAlgorithm in org.conscrypt
Methods in org.conscrypt that return MlKemAlgorithmModifier and TypeMethodDescriptionstatic MlKemAlgorithmReturns the enum constant of this type with the specified name.static MlKemAlgorithm[]MlKemAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.conscrypt with parameters of type MlKemAlgorithmModifierConstructorDescriptionOpenSslMlKemPrivateKey(byte[] seed, MlKemAlgorithm algorithm) OpenSslMlKemPublicKey(byte[] raw, MlKemAlgorithm algorithm)