Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_crypto_compat
(JOSE v1.11.9)
Summary
Functions
crypto_init(Cipher, Key, IV, FlagOrOptions)
crypto_one_time(Cipher, Key, Data, FlagOrOptions)
crypto_one_time(Cipher, Key, IV, Data, FlagOrOptions)
crypto_update_encrypt(State, Data)
mac(Type, Key, Data)
mac(Type, SubType, Key, Data)
mac(Type, SubType, Key, Data, MacLength)
Functions
Link to this function
crypto_init(Cipher, Key, IV, FlagOrOptions)
View Source
Link to this function
crypto_one_time(Cipher, Key, Data, FlagOrOptions)
View Source
Link to this function
crypto_one_time(Cipher, Key, IV, Data, FlagOrOptions)
View Source
Link to this function
crypto_update_encrypt(State, Data)
View Source
Link to this function
mac(Type, Key, Data)
View Source
Link to this function
mac(Type, SubType, Key, Data)
View Source
Link to this function
mac(Type, SubType, Key, Data, MacLength)
View Source