Package org.conscrypt
Class HpkeImpl.X25519_AES_256
- java.lang.Object
-
- org.conscrypt.HpkeImpl
-
- org.conscrypt.HpkeImpl.HpkeX25519Impl
-
- org.conscrypt.HpkeImpl.X25519_AES_256
-
- All Implemented Interfaces:
HpkeSpi
- Enclosing class:
- HpkeImpl
public static class HpkeImpl.X25519_AES_256 extends HpkeImpl.HpkeX25519Impl
Implementation of X25519/HKDF_SHA256/AES_256_GCM.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.conscrypt.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 org.conscrypt.HpkeSpi
DEFAULT_PSK, DEFAULT_PSK_ID
-
-
Constructor Summary
Constructors Constructor Description X25519_AES_256()
-
Method Summary
-
Methods inherited from class org.conscrypt.HpkeImpl.HpkeX25519Impl
getPrivateRecipientKeyBytes, getRecipientPublicKeyBytes
-
Methods inherited from class org.conscrypt.HpkeImpl
engineExport, engineInitRecipient, engineInitSender, engineInitSenderForTesting, engineOpen, engineSeal, getEncapsulated
-
-