Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwt
(JOSE v1.11.9)
Summary
Functions
decrypt(Key, Encrypted)
encrypt(JWK, JWT)
encrypt(JWK, JWE, JWT)
from(List)
from_binary(List)
from_file(File)
from_map(List)
merge(LeftJWT, RightMap)
peek(Signed)
peek_payload(Signed)
peek_protected(Signed)
sign(JWK, JWT)
sign(JWK, JWS, JWT)
to_binary(List)
to_file(File, JWT)
to_map(List)
verify(JWK, SignedBinary)
verify_strict(JWK, Allow, SignedBinary)
Functions
Link to this function
decrypt(Key, Encrypted)
View Source
Link to this function
encrypt(JWK, JWT)
View Source
Link to this function
encrypt(JWK, JWE, JWT)
View Source
Link to this function
from(List)
View Source
Link to this function
from_binary(List)
View Source
Link to this function
from_file(File)
View Source
Link to this function
from_map(List)
View Source
Link to this function
merge(LeftJWT, RightMap)
View Source
Link to this function
peek(Signed)
View Source
Link to this function
peek_payload(Signed)
View Source
Link to this function
peek_protected(Signed)
View Source
Link to this function
sign(JWK, JWT)
View Source
Link to this function
sign(JWK, JWS, JWT)
View Source
Link to this function
to_binary(List)
View Source
Link to this function
to_file(File, JWT)
View Source
Link to this function
to_map(List)
View Source
Link to this function
verify(JWK, SignedBinary)
View Source
Link to this function
verify_strict(JWK, Allow, SignedBinary)
View Source