JOSE.JWA

Summary

Functions

block_cipher(cipher)
block_decrypt(cipher, key, cipher_text)
block_decrypt(cipher, key, iv, cipher_text)
block_encrypt(cipher, key, plain_text)
block_encrypt(cipher, key, iv, plain_text)
constant_time_compare(a, b)
crypto_ciphers()
crypto_fallback()
crypto_fallback(boolean)
crypto_supports()
decrypt_private(cipher_text, private_key, options)
ec_key_mode()
encrypt_public(plain_text, public_key, options)
is_block_cipher_supported(cipher)
is_rsa_crypt_supported(padding)
is_rsa_sign_supported(padding)
sign(message, digest_type, private_key, options)
supports()
verify(message, digest_type, signature, public_key, options)