Copyright © 2014-2015, Andrew Bennett
Behaviours: jose_block_encryptor.
Authors: Andrew Bennett (andrew@pixid.com).
| block_decrypt/3 | |
| block_decrypt/4 | |
| block_encrypt/3 | |
| block_encrypt/4 | |
| decrypt_private/3 | |
| encrypt_public/3 | |
| sign/4 | |
| verify/5 |
block_decrypt(Cipher, Key, CipherText) -> any()
block_decrypt(Cipher, Key, IV, CipherText) -> any()
block_encrypt(Cipher, Key, PlainText) -> any()
block_encrypt(Cipher, Key, IV, PlainText) -> any()
decrypt_private(CipherText, PrivateKey, Options) -> any()
encrypt_public(PlainText, PublicKey, Options) -> any()
sign(Message, DigestType, PrivateKey, Options) -> any()
verify(Message, DigestType, Signature, PublicKey, Options) -> any()
Generated by EDoc