Package org.conscrypt
Class OpenSslMlKemKeyFactory.MlKem1024
- java.lang.Object
-
- java.security.KeyFactorySpi
-
- org.conscrypt.OpenSslMlKemKeyFactory
-
- org.conscrypt.OpenSslMlKemKeyFactory.MlKem1024
-
- Enclosing class:
- OpenSslMlKemKeyFactory
public static class OpenSslMlKemKeyFactory.MlKem1024 extends OpenSslMlKemKeyFactory
ML-KEM-1024
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.conscrypt.OpenSslMlKemKeyFactory
OpenSslMlKemKeyFactory.MlKem, OpenSslMlKemKeyFactory.MlKem1024, OpenSslMlKemKeyFactory.MlKem768
-
-
Field Summary
-
Fields inherited from class org.conscrypt.OpenSslMlKemKeyFactory
pkcs8PreambleMlKem1024, pkcs8PreambleMlKem768, x509PreambleMlKem1024, x509PreambleMlKem768
-
-
Constructor Summary
Constructors Constructor Description MlKem1024()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleansupportsAlgorithm(MlKemAlgorithm algorithm)-
Methods inherited from class org.conscrypt.OpenSslMlKemKeyFactory
engineGeneratePrivate, engineGeneratePublic, engineGetKeySpec, engineTranslateKey
-
-
-
-
Method Detail
-
supportsAlgorithm
boolean supportsAlgorithm(MlKemAlgorithm algorithm)
- Specified by:
supportsAlgorithmin classOpenSslMlKemKeyFactory
-
-