Struct openssl::x509::X509AlgorithmRef
source · pub struct X509AlgorithmRef(_);
Expand description
Reference to X509Algorithm
.
Implementations§
source§impl X509AlgorithmRef
impl X509AlgorithmRef
sourcepub fn object(&self) -> &Asn1ObjectRef
pub fn object(&self) -> &Asn1ObjectRef
Returns the ASN.1 OID of this algorithm.
Trait Implementations§
source§impl AsRef<X509AlgorithmRef> for X509Algorithm
impl AsRef<X509AlgorithmRef> for X509Algorithm
source§fn as_ref(&self) -> &X509AlgorithmRef
fn as_ref(&self) -> &X509AlgorithmRef
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Borrow<X509AlgorithmRef> for X509Algorithm
impl Borrow<X509AlgorithmRef> for X509Algorithm
source§fn borrow(&self) -> &X509AlgorithmRef
fn borrow(&self) -> &X509AlgorithmRef
Immutably borrows from an owned value. Read more