JOSESwift icon indicating copy to clipboard operation
JOSESwift copied to clipboard

Add ECDH support for JWE Key Management continuation of #268

Open haeser opened this issue 9 months ago • 1 comments

Add EC support for JWE Key Management

ECDH-ES - Elliptic Curve Diffie-Hellman Ephemeral Static key agreement using Concat KDF ECDH_ES_A128KW - ECDH-ES using Concat KDF and CEK wrapped with "A128KW" ECDH_ES_A192KW - ECDH-ES using Concat KDF and CEK wrapped with "A192KW" ECDH_ES_A256KW - ECDH-ES using Concat KDF and CEK wrapped with "A256KW"

This pull request is a continuation of https://github.com/airsidemobile/JOSESwift/pull/268 that is editable

haeser avatar May 15 '24 13:05 haeser