Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jws_alg_ecdsa
(JOSE v1.11.9)
Summary
Types
alg/0
Functions
from_map(F)
generate_key(_, Fields)
sign(Jose_jwk, Message, ALG)
to_map(_, F)
verify(Jose_jwk, Message, Signature, ALG)
Types
Link to this type
alg/0
View Source
-type
alg() :: 'ES256K' | 'ES256' | 'ES384' | 'ES512'.
Functions
Link to this function
from_map(F)
View Source
Link to this function
generate_key(_, Fields)
View Source
Link to this function
sign(Jose_jwk, Message, ALG)
View Source
Link to this function
to_map(_, F)
View Source
Link to this function
verify(Jose_jwk, Message, Signature, ALG)
View Source