Package org.conscrypt
Class OpenSslMlKemKeyPairGenerator
- java.lang.Object
-
- java.security.KeyPairGeneratorSpi
-
- java.security.KeyPairGenerator
-
- org.conscrypt.OpenSslMlKemKeyPairGenerator
-
- Direct Known Subclasses:
OpenSslMlKemKeyPairGenerator.MlKem1024,OpenSslMlKemKeyPairGenerator.MlKem768
@Internal public class OpenSslMlKemKeyPairGenerator extends java.security.KeyPairGenerator
An implementation ofKeyPairGeneratorfor ML-KEM keys which uses BoringSSL to perform all the operations. It supports algorithms "ML-KEM", "ML-KEM-768" and "ML-KEM-1024". "ML-DSA" uses ML-DSA-768.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenSslMlKemKeyPairGenerator.MlKemML-KEM uses ML-KEM-768.static classOpenSslMlKemKeyPairGenerator.MlKem1024ML-KEM-1024static classOpenSslMlKemKeyPairGenerator.MlKem768ML-KEM-768
-
Constructor Summary
Constructors Modifier Constructor Description privateOpenSslMlKemKeyPairGenerator(java.lang.String algorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(int bits)
-