jose_jwa (JOSE v1.11.12)

View Source

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)