pub type AlgorithmIdentifierOwned = AlgorithmIdentifier<Any>;Available on crate features
pkcs8 and alloc only.Expand description
AlgorithmIdentifier reference which has Any parameters.
Aliased Type§
pub struct AlgorithmIdentifierOwned {
pub oid: ObjectIdentifier<39>,
pub parameters: Option<Any>,
}Fields§
§oid: ObjectIdentifier<39>Algorithm OID, i.e. the algorithm field in the AlgorithmIdentifier
ASN.1 schema.
parameters: Option<Any>Algorithm parameters.