Struct p25::voice::crypto::CryptoControlFields [] [src]

pub struct CryptoControlFields(_);

Information necessary to decrypt an encrypted message.

Methods

impl CryptoControlFields
[src]

[src]

Create a new CryptoControlFields decoder from the given bytes.

[src]

Initialization vector used internally by associated crypto algorithm.

[src]

Type of crypto algorithm in use, if any.

[src]

Encryption key to use.