Uses of Enum
org.conscrypt.MlKemAlgorithm
Packages that use MlKemAlgorithm
-
Uses of MlKemAlgorithm in org.conscrypt
Fields in org.conscrypt declared as MlKemAlgorithmModifier and TypeFieldDescriptionprivate final MlKemAlgorithmOpenSslMlKemPrivateKey.algorithmprivate final MlKemAlgorithmOpenSslMlKemPublicKey.algorithmprivate final MlKemAlgorithmOpenSslMlKemKeyFactory.defaultAlgorithmMethods in org.conscrypt that return MlKemAlgorithmModifier and TypeMethodDescription(package private) MlKemAlgorithmOpenSslMlKemPrivateKey.getMlKemAlgorithm()(package private) MlKemAlgorithmOpenSslMlKemPublicKey.getMlKemAlgorithm()static 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.Methods in org.conscrypt with parameters of type MlKemAlgorithmModifier and TypeMethodDescriptionprivate static byte[]OpenSslMlKemPrivateKey.getPkcs8Preamble(MlKemAlgorithm algorithm) private static byte[]OpenSslMlKemPublicKey.getX509Preamble(MlKemAlgorithm algorithm) private OpenSslMlKemPrivateKeyOpenSslMlKemKeyFactory.makePrivateKeyFromSeed(byte[] seed, MlKemAlgorithm algorithm) private OpenSslMlKemPublicKeyOpenSslMlKemKeyFactory.makePublicKeyFromRaw(byte[] raw, MlKemAlgorithm algorithm) (package private) booleanOpenSslMlKemKeyFactory.MlKem.supportsAlgorithm(MlKemAlgorithm algorithm) (package private) booleanOpenSslMlKemKeyFactory.MlKem1024.supportsAlgorithm(MlKemAlgorithm algorithm) (package private) booleanOpenSslMlKemKeyFactory.MlKem768.supportsAlgorithm(MlKemAlgorithm algorithm) (package private) abstract booleanOpenSslMlKemKeyFactory.supportsAlgorithm(MlKemAlgorithm algorithm) Constructors in org.conscrypt with parameters of type MlKemAlgorithmModifierConstructorDescriptionprivateOpenSslMlKemKeyFactory(MlKemAlgorithm defaultAlgorithm) OpenSslMlKemPrivateKey(byte[] seed, MlKemAlgorithm algorithm) OpenSslMlKemPublicKey(byte[] raw, MlKemAlgorithm algorithm)