pub struct X509AlgorithmRef(/* private fields */);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
Source§impl ForeignTypeRef for X509AlgorithmRef
impl ForeignTypeRef for X509AlgorithmRef
Source§type CType = X509_ALGOR
type CType = X509_ALGOR
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
Source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.