Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwa_unsupported
(JOSE v1.11.9)
Summary
Functions
block_decrypt(Cipher, Key, CipherText)
block_decrypt(Cipher, Key, IV, CipherText)
block_encrypt(Cipher, Key, PlainText)
block_encrypt(Cipher, Key, IV, PlainText)
decrypt_private(CipherText, PrivateKey, Options)
encrypt_public(PlainText, PublicKey, Options)
sign(Message, DigestType, PrivateKey, Options)
verify(Message, DigestType, Signature, PublicKey, Options)
Functions
Link to this function
block_decrypt(Cipher, Key, CipherText)
View Source
Link to this function
block_decrypt(Cipher, Key, IV, CipherText)
View Source
Link to this function
block_encrypt(Cipher, Key, PlainText)
View Source
Link to this function
block_encrypt(Cipher, Key, IV, PlainText)
View Source
Link to this function
decrypt_private(CipherText, PrivateKey, Options)
View Source
Link to this function
encrypt_public(PlainText, PublicKey, Options)
View Source
Link to this function
sign(Message, DigestType, PrivateKey, Options)
View Source
Link to this function
verify(Message, DigestType, Signature, PublicKey, Options)
View Source