pub type AlgorithmIdentifierRef<'a> = AlgorithmIdentifier<AnyRef<'a>>;Expand description
AlgorithmIdentifier reference which has AnyRef parameters.
Aliased Type§
pub struct AlgorithmIdentifierRef<'a> {
pub oid: ObjectIdentifier,
pub parameters: Option<AnyRef<'a>>,
}Fields§
§oid: ObjectIdentifierAlgorithm OID, i.e. the algorithm field in the AlgorithmIdentifier
ASN.1 schema.
parameters: Option<AnyRef<'a>>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: 72 bytes