pub type AlgorithmIdentifierOwned = AlgorithmIdentifier<Any>;
Available on crate features pkcs8 and alloc only.
Expand description

AlgorithmIdentifier reference which has Any parameters.

Aliased Type§

struct AlgorithmIdentifierOwned {
    pub oid: ObjectIdentifier,
    pub parameters: Option<Any>,
}

Fields§

§oid: ObjectIdentifier

Algorithm OID, i.e. the algorithm field in the AlgorithmIdentifier ASN.1 schema.

§parameters: Option<Any>

Algorithm parameters.