Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwa
(JOSE v1.11.9)
Summary
Functions
block_cipher(Cipher)
block_decrypt(Cipher, Key, CipherText)
block_decrypt(Cipher, Key, IV, CipherText)
block_encrypt(Cipher, Key, PlainText)
block_encrypt(Cipher, Key, IV, PlainText)
constant_time_compare(A, B)
crypto_ciphers()
crypto_fallback()
crypto_fallback(Boolean)
crypto_supports()
decrypt_private(CipherText, RSAPrivateKey, Algorithm)
ec_key_mode()
encrypt_public(PlainText, RSAPublicKey, Algorithm)
is_block_cipher_supported(Cipher)
is_chacha20_poly1305_supported()
is_rsa_crypt_supported(Padding)
is_rsa_sign_supported(Padding)
is_xchacha20_poly1305_supported()
sign(Message, DigestType, RSAPrivateKey, Padding)
supports()
unsecured_signing()
unsecured_signing(Boolean)
verify(Message, DigestType, Signature, RSAPublicKey, Padding)
Functions
Link to this function
block_cipher(Cipher)
View Source
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
constant_time_compare(A, B)
View Source
Link to this function
crypto_ciphers()
View Source
Link to this function
crypto_fallback()
View Source
Link to this function
crypto_fallback(Boolean)
View Source
Link to this function
crypto_supports()
View Source
Link to this function
decrypt_private(CipherText, RSAPrivateKey, Algorithm)
View Source
Link to this function
ec_key_mode()
View Source
Link to this function
encrypt_public(PlainText, RSAPublicKey, Algorithm)
View Source
Link to this function
is_block_cipher_supported(Cipher)
View Source
Link to this function
is_chacha20_poly1305_supported()
View Source
Link to this function
is_rsa_crypt_supported(Padding)
View Source
Link to this function
is_rsa_sign_supported(Padding)
View Source
Link to this function
is_xchacha20_poly1305_supported()
View Source
Link to this function
sign(Message, DigestType, RSAPrivateKey, Padding)
View Source
Link to this function
supports()
View Source
Link to this function
unsecured_signing()
View Source
Link to this function
unsecured_signing(Boolean)
View Source
Link to this function
verify(Message, DigestType, Signature, RSAPublicKey, Padding)
View Source