Type Alias MessageAuthenticationCodeAlgorithm

Source
pub type MessageAuthenticationCodeAlgorithm = AlgorithmIdentifier;

Aliased Type§

pub struct MessageAuthenticationCodeAlgorithm {
    pub algorithm: ObjectIdentifier,
    pub parameters: Option<Any>,
}

Fields§

§algorithm: ObjectIdentifier

The identifier for the algorithm.

§parameters: Option<Any>

Parameters for the algorithm, if any.