Struct openssl::x509::X509Algorithm [−][src]
pub struct X509Algorithm(_);
Expand description
An X509
certificate signature algorithm.
Methods from Deref<Target = X509AlgorithmRef>
Returns the ASN.1 OID of this algorithm.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = X509AlgorithmRef
type Target = X509AlgorithmRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
type CType = X509_ALGOR
type CType = X509_ALGOR
The raw C type.
type Ref = X509AlgorithmRef
type Ref = X509AlgorithmRef
The type representing a reference to this type.
Constructs an instance of this type from its raw type.
Returns a raw pointer to the wrapped value.