Module jose_jwe

.

Copyright © 2014-2015, Andrew Bennett

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

Description

Function Index

block_decrypt/2
block_encrypt/3
block_encrypt/4
block_encrypt/5
compact/1
compress/2
expand/1
from/1
from_binary/1
from_file/1
from_map/1
generate_key/1
key_decrypt/3
key_encrypt/3
merge/2
next_cek/2
next_iv/1
to_binary/1
to_file/2
to_map/1
uncompress/2

Function Details

block_decrypt/2

block_decrypt(Key, EncryptedMap) -> any()

block_encrypt/3

block_encrypt(Key, Block, JWE0) -> any()

block_encrypt/4

block_encrypt(Key, Block, CEK, JWE) -> any()

block_encrypt/5

block_encrypt(Key, PlainText, CEK, IV, JWE0) -> any()

compact/1

compact(Map) -> any()

compress/2

compress(PlainText, Jose_jwe) -> any()

expand/1

expand(Binary) -> any()

from/1

from(JWE) -> any()

from_binary/1

from_binary(Binary) -> any()

from_file/1

from_file(File) -> any()

from_map/1

from_map(Map) -> any()

generate_key/1

generate_key(List) -> any()

key_decrypt/3

key_decrypt(Key, EncryptedKey, Jose_jwe) -> any()

key_encrypt/3

key_encrypt(Key, DecryptedKey, JWE0) -> any()

merge/2

merge(LeftJWE, RightMap) -> any()

next_cek/2

next_cek(Key, JWE0) -> any()

next_iv/1

next_iv(Jose_jwe) -> any()

to_binary/1

to_binary(JWE) -> any()

to_file/2

to_file(File, JWE) -> any()

to_map/1

to_map(JWE) -> any()

uncompress/2

uncompress(CipherText, Jose_jwe) -> any()


Generated by EDoc