AlgorithmIdentifierWithOid

Type Alias AlgorithmIdentifierWithOid 

Source
pub type AlgorithmIdentifierWithOid = AlgorithmIdentifier<ObjectIdentifier>;
Expand description

AlgorithmIdentifier with ObjectIdentifier parameters.

Aliased Type§

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

Fields§

§oid: ObjectIdentifier

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

§parameters: Option<ObjectIdentifier>

Algorithm parameters.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 81 bytes