Struct openssl::x509::X509AlgorithmRef [−][src]
pub struct X509AlgorithmRef(_);
Expand description
Reference to X509Algorithm
.
Implementations
Returns the ASN.1 OID of this algorithm.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type CType = X509_ALGOR
type CType = X509_ALGOR
The raw C type.
Constructs a shared instance of this type from its raw type.
Constructs a mutable reference of this type from its raw type.