[]Struct openssl::ocsp::OcspCertId

pub struct OcspCertId(_);

Methods

impl OcspCertId[src]

pub fn from_cert(
    digest: MessageDigest,
    subject: &X509Ref,
    issuer: &X509Ref
) -> Result<OcspCertId, ErrorStack>
[src]

Constructs a certificate ID for certificate subject.

Trait Implementations

impl AsRef<OcspCertIdRef> for OcspCertId

impl Borrow<OcspCertIdRef> for OcspCertId

impl Deref for OcspCertId

type Target = OcspCertIdRef

The resulting type after dereferencing.

impl DerefMut for OcspCertId

impl Drop for OcspCertId

impl ForeignType for OcspCertId

type CType = OCSP_CERTID

The raw C type.

type Ref = OcspCertIdRef

The type representing a reference to this type.

impl Send for OcspCertId[src]

impl Sync for OcspCertId[src]

Auto Trait Implementations

impl RefUnwindSafe for OcspCertId

impl Unpin for OcspCertId

impl UnwindSafe for OcspCertId

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.