Struct openssl::ocsp::OcspCertId
[−]
pub struct OcspCertId(_);
Methods
impl OcspCertId
[src]
fn from_cert(digest: MessageDigest,
subject: &X509Ref,
issuer: &X509Ref)
-> Result<OcspCertId, ErrorStack>
[−]
subject: &X509Ref,
issuer: &X509Ref)
-> Result<OcspCertId, ErrorStack>
Constructs a certificate ID for certificate subject
.
Trait Implementations
impl ForeignType for OcspCertId
type CType = OCSP_CERTID
The raw C type.
type Ref = OcspCertIdRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut OCSP_CERTID) -> OcspCertId
[−]
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut OCSP_CERTID
[−]
Returns a raw pointer to the wrapped value.
impl Drop for OcspCertId
impl Deref for OcspCertId
type Target = OcspCertIdRef
The resulting type after dereferencing
fn deref(&self) -> &OcspCertIdRef
[−]
The method called to dereference a value
impl DerefMut for OcspCertId
fn deref_mut(&mut self) -> &mut OcspCertIdRef
[−]
The method called to mutably dereference a value