Module jose_jwa_unsupported

.

Copyright © 2014-2015, Andrew Bennett

Behaviours: jose_block_encryptor.

Authors: Andrew Bennett (andrew@pixid.com).

Description

Function Index

block_decrypt/3
block_decrypt/4
block_encrypt/3
block_encrypt/4
decrypt_private/3
encrypt_public/3
sign/4
verify/5

Function Details

block_decrypt/3

block_decrypt(Cipher, Key, CipherText) -> any()

block_decrypt/4

block_decrypt(Cipher, Key, IV, CipherText) -> any()

block_encrypt/3

block_encrypt(Cipher, Key, PlainText) -> any()

block_encrypt/4

block_encrypt(Cipher, Key, IV, PlainText) -> any()

decrypt_private/3

decrypt_private(CipherText, PrivateKey, Options) -> any()

encrypt_public/3

encrypt_public(PlainText, PublicKey, Options) -> any()

sign/4

sign(Message, DigestType, PrivateKey, Options) -> any()

verify/5

verify(Message, DigestType, Signature, PublicKey, Options) -> any()


Generated by EDoc