Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwk_kty_oct
(JOSE v1.11.9)
Summary
Types
key/0
Functions
block_encryptor(KTY, Fields)
derive_key(Key)
from_map(F)
from_oct(OCTBinary)
generate_key(Size)
generate_key(KTY, Fields)
key_encryptor(KTY, Fields, Key)
sign(Message, JWSALG, Key)
signer(KTY, Fields)
to_key(Key)
to_map(K, F)
to_oct(OCTBinary)
to_public_map(K, F)
to_thumbprint_map(K, F)
verifier(KTY, Fields)
verify(Message, JWSALG, Signature, Key)
Types
Link to this type
key/0
View Source
-type
key() :: binary().
Functions
Link to this function
block_encryptor(KTY, Fields)
View Source
Link to this function
derive_key(Key)
View Source
Link to this function
from_map(F)
View Source
Link to this function
from_oct(OCTBinary)
View Source
Link to this function
generate_key(Size)
View Source
Link to this function
generate_key(KTY, Fields)
View Source
Link to this function
key_encryptor(KTY, Fields, Key)
View Source
Link to this function
sign(Message, JWSALG, Key)
View Source
Link to this function
signer(KTY, Fields)
View Source
Link to this function
to_key(Key)
View Source
Link to this function
to_map(K, F)
View Source
Link to this function
to_oct(OCTBinary)
View Source
Link to this function
to_public_map(K, F)
View Source
Link to this function
to_thumbprint_map(K, F)
View Source
Link to this function
verifier(KTY, Fields)
View Source
Link to this function
verify(Message, JWSALG, Signature, Key)
View Source