Skip to main content

Module ecdh_es

Module ecdh_es 

Source
Expand description

ECDH-ES key agreement algorithms for JWE.

Implements ECDH-ES+A256KW and ECDH-ES+A128KW (Elliptic Curve Diffie-Hellman Ephemeral Static key agreement with AES Key Wrap).

Structsยง

EcdhEsA128KWDecryptionKey
P-256 key pair for ECDH-ES+A128KW decryption.
EcdhEsA128KWEncryptionKey
P-256 public key for ECDH-ES+A128KW encryption.
EcdhEsA256KWDecryptionKey
P-256 key pair for ECDH-ES+A256KW decryption.
EcdhEsA256KWEncryptionKey
P-256 public key for ECDH-ES+A256KW encryption.