Module jose_jwa_aes_kw

Advanced Encryption Standard (AES) Key Wrap Algorithm See RFC 3394 https://tools.ietf.org/html/rfc3394

Copyright © 2014-2015, Andrew Bennett

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

Description

Advanced Encryption Standard (AES) Key Wrap Algorithm See RFC 3394 https://tools.ietf.org/html/rfc3394

Function Index

unwrap/2
unwrap/3
wrap/2
wrap/3

Function Details

unwrap/2

unwrap(CipherText, KEK) -> any()

unwrap/3

unwrap(CipherText, KEK, IV) -> any()

wrap/2

wrap(PlainText, KEK) -> any()

wrap/3

wrap(PlainText, KEK, IV) -> any()


Generated by EDoc