Uses of Class
org.conscrypt.MlKemAlgorithm
-
Packages that use MlKemAlgorithm Package Description org.conscrypt -
-
Uses of MlKemAlgorithm in org.conscrypt
Fields in org.conscrypt declared as MlKemAlgorithm Modifier and Type Field Description private MlKemAlgorithmOpenSslMlKemPrivateKey. algorithmprivate MlKemAlgorithmOpenSslMlKemPublicKey. algorithmprivate MlKemAlgorithmOpenSslMlKemKeyFactory. defaultAlgorithmMethods in org.conscrypt that return MlKemAlgorithm Modifier and Type Method Description (package private) MlKemAlgorithmOpenSslMlKemPrivateKey. getMlKemAlgorithm()(package private) MlKemAlgorithmOpenSslMlKemPublicKey. getMlKemAlgorithm()static MlKemAlgorithmMlKemAlgorithm. valueOf(java.lang.String name)Returns 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 MlKemAlgorithm Modifier and Type Method Description private 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 MlKemAlgorithm Constructor Description OpenSslMlKemKeyFactory(MlKemAlgorithm defaultAlgorithm)OpenSslMlKemPrivateKey(byte[] seed, MlKemAlgorithm algorithm)OpenSslMlKemPublicKey(byte[] raw, MlKemAlgorithm algorithm)
-