View Source jose_jwe_alg_ecdh_ss (JOSE v1.11.10)

Use of Static-Static ECDH in JSON Object Signing and Encryption (JOSE) See https://datatracker.ietf.org/doc/html/draft-amringer-jose-ecdh-ss-00

Summary

Types

-type alg() :: #jose_jwe_alg_ecdh_ss{}.
-type ec_public_key() :: {#'ECPoint'{}, {namedCurve, Oid :: tuple()} | #'ECParameters'{}} | term().

Functions

Link to this function

algorithm(Jose_jwe_alg_ecdh_ss)

View Source
Link to this function

generate_key(Fields, _, ALG)

View Source
Link to this function

key_decrypt(VStaticSecretKey, EncryptedKey, JWEECDHSS)

View Source
Link to this function

key_encrypt(Key, DecryptedKey, JWEECDHSS)

View Source
Link to this function

next_cek(Jose_jwk, _, JWEECDHSS)

View Source