Class HpkeImpl.MlKem1024HkdfSha256Aes256Gcm
java.lang.Object
org.conscrypt.HpkeImpl
org.conscrypt.HpkeImpl.HpkeMlKemImpl
org.conscrypt.HpkeImpl.MlKem1024HkdfSha256Aes256Gcm
- All Implemented Interfaces:
HpkeSpi
- Enclosing class:
HpkeImpl
Implementation of MLKEM_1024/HKDF_SHA256/AES_256_GCM.
-
Nested Class Summary
Nested classes/interfaces inherited from class HpkeImpl
HpkeImpl.MlKem1024HkdfSha256Aes128Gcm, HpkeImpl.MlKem1024HkdfSha256Aes256Gcm, HpkeImpl.MlKem1024HkdfSha256ChaCha20Poly1305, HpkeImpl.MlKem768HkdfSha256Aes128Gcm, HpkeImpl.MlKem768HkdfSha256Aes256Gcm, HpkeImpl.MlKem768HkdfSha256ChaCha20Poly1305, HpkeImpl.X25519_AES_128, HpkeImpl.X25519_AES_256, HpkeImpl.X25519_CHACHA20, HpkeImpl.XwingHkdfSha256Aes128Gcm, HpkeImpl.XwingHkdfSha256Aes256Gcm, HpkeImpl.XwingHkdfSha256ChaCha20Poly1305 -
Field Summary
Fields inherited from interface HpkeSpi
DEFAULT_PSK, DEFAULT_PSK_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HpkeImpl.HpkeMlKemImpl
getPrivateRecipientKeyBytes, getRecipientPublicKeyBytesMethods inherited from class HpkeImpl
engineExport, engineInitRecipient, engineInitSender, engineInitSenderForTesting, engineOpen, engineSeal, getEncapsulated
-
Constructor Details
-
MlKem1024HkdfSha256Aes256Gcm
public MlKem1024HkdfSha256Aes256Gcm()
-