Module jose_jwa

.

Copyright © 2014-2015, Andrew Bennett

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

Description

Function Index

block_cipher/1
block_decrypt/3
block_decrypt/4
block_encrypt/3
block_encrypt/4
constant_time_compare/2
crypto_ciphers/0
crypto_fallback/0
crypto_fallback/1
crypto_supports/0
decrypt_private/3
ec_key_mode/0
encrypt_public/3
is_block_cipher_supported/1
is_chacha20_poly1305_supported/0
is_rsa_crypt_supported/1
is_rsa_sign_supported/1
sign/4
supports/0
unsecured_signing/0
unsecured_signing/1
verify/5

Function Details

block_cipher/1

block_cipher(Cipher) -> any()

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()

constant_time_compare/2

constant_time_compare(A, B) -> any()

crypto_ciphers/0

crypto_ciphers() -> any()

crypto_fallback/0

crypto_fallback() -> any()

crypto_fallback/1

crypto_fallback(Boolean) -> any()

crypto_supports/0

crypto_supports() -> any()

decrypt_private/3

decrypt_private(CipherText, RSAPrivateKey, Algorithm) -> any()

ec_key_mode/0

ec_key_mode() -> any()

encrypt_public/3

encrypt_public(PlainText, RSAPublicKey, Algorithm) -> any()

is_block_cipher_supported/1

is_block_cipher_supported(Cipher) -> any()

is_chacha20_poly1305_supported/0

is_chacha20_poly1305_supported() -> any()

is_rsa_crypt_supported/1

is_rsa_crypt_supported(Padding) -> any()

is_rsa_sign_supported/1

is_rsa_sign_supported(Padding) -> any()

sign/4

sign(Message, DigestType, RSAPrivateKey, Padding) -> any()

supports/0

supports() -> any()

unsecured_signing/0

unsecured_signing() -> any()

unsecured_signing/1

unsecured_signing(Boolean) -> any()

verify/5

verify(Message, DigestType, Signature, RSAPublicKey, Padding) -> any()


Generated by EDoc