Package org.conscrypt
Class HpkeImpl.XwingHkdfSha256Aes256Gcm
- java.lang.Object
-
- org.conscrypt.HpkeImpl
-
- org.conscrypt.HpkeImpl.HpkeXwingImpl
-
- org.conscrypt.HpkeImpl.XwingHkdfSha256Aes256Gcm
-
- All Implemented Interfaces:
HpkeSpi
- Enclosing class:
- HpkeImpl
public static class HpkeImpl.XwingHkdfSha256Aes256Gcm extends HpkeImpl.HpkeXwingImpl
Implementation of XWING/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 XwingHkdfSha256Aes256Gcm()
-
Method Summary
-
Methods inherited from class org.conscrypt.HpkeImpl.HpkeXwingImpl
getPrivateRecipientKeyBytes, getRecipientPublicKeyBytes
-
Methods inherited from class org.conscrypt.HpkeImpl
engineExport, engineInitRecipient, engineInitSender, engineInitSenderForTesting, engineOpen, engineSeal, getEncapsulated
-
-