Type Alias pkcs8::AlgorithmIdentifierRef

source ·
pub type AlgorithmIdentifierRef<'a> = AlgorithmIdentifier<AnyRef<'a>>;
Expand description

AlgorithmIdentifier reference which has AnyRef parameters.

Aliased Type§

struct AlgorithmIdentifierRef<'a> {
    pub oid: ObjectIdentifier<39>,
    pub parameters: Option<AnyRef<'a>>,
}

Fields§

§oid: ObjectIdentifier<39>

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

§parameters: Option<AnyRef<'a>>

Algorithm parameters.