Struct openssl::ocsp::OcspRequestRef[]

pub struct OcspRequestRef(_);

Methods

impl OcspRequestRef
[src]

Serializes the request to its standard DER encoding.

This corresponds to i2d_OCSP_REQUEST.

Trait Implementations

impl Borrow<OcspRequestRef> for OcspRequest

Immutably borrows from an owned value. Read more

impl AsRef<OcspRequestRef> for OcspRequest

Performs the conversion.

impl ForeignTypeRef for OcspRequestRef

The raw C type.

Important traits for &'a mut R

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut R

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Send for OcspRequestRef
[src]

impl Sync for OcspRequestRef
[src]