Skip to main content

AlgorithmIdentifierWithOid

Type Alias AlgorithmIdentifierWithOid 

Source
pub type AlgorithmIdentifierWithOid = AlgorithmIdentifier<ObjectIdentifier>;
Available on crate feature pkcs8 only.
Expand description

AlgorithmIdentifier with ObjectIdentifier parameters.

Aliased Type§

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

Fields§

§oid: ObjectIdentifier<39>

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

§parameters: Option<ObjectIdentifier<39>>

Algorithm parameters.