Type Alias KeyEncryptionAlgorithmIdentifier

Source
pub type KeyEncryptionAlgorithmIdentifier = AlgorithmIdentifier;

Aliased Type§

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

Fields§

§algorithm: ObjectIdentifier

The identifier for the algorithm.

§parameters: Option<Any>

Parameters for the algorithm, if any.