[−][src]Trait ring::aead::BoundKey
An AEAD key bound to a nonce sequence.
Required methods
fn new(key: UnboundKey, nonce_sequence: N) -> Self
Constructs a new key from the given UnboundKey
and NonceSequence
.
fn algorithm(&self) -> &'static Algorithm
The key's AEAD algorithm.