jose_jwa_unsupported (JOSE v1.11.12)

View Source

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)