View Source jose_jwa (JOSE v1.11.10)

Summary

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

constant_time_compare(A, B)

View Source
Link to this function

crypto_fallback(Boolean)

View Source
Link to this function

decrypt_private(CipherText, RSAPrivateKey, Algorithm)

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

unsecured_signing(Boolean)

View Source
Link to this function

verify(Message, DigestType, Signature, RSAPublicKey, Padding)

View Source