View Source jose_jwe_alg_ecdh_es (JOSE v1.11.10)

Summary

Types

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

Functions

Link to this function

algorithm(Jose_jwe_alg_ecdh_es)

View Source
Link to this function

generate_key(Fields, _, ALG)

View Source
Link to this function

key_decrypt(VStaticSecretKey, EncryptedKey, JWEECDHES)

View Source
Link to this function

key_encrypt(Key, DecryptedKey, JWEECDHES)

View Source
Link to this function

next_cek(Jose_jwk, _, JWEECDHES)

View Source