Struct openssl::ocsp::OcspResponseRef[]

pub struct OcspResponseRef(_);

Methods

impl OcspResponseRef
[src]

Serializes the response to its standard DER encoding.

This corresponds to i2d_OCSP_RESPONSE.

Returns the status of the response.

Returns the basic response.

This will only succeed if status() returns RESPONSE_STATUS_SUCCESSFUL.

Trait Implementations

impl Borrow<OcspResponseRef> for OcspResponse

Immutably borrows from an owned value. Read more

impl AsRef<OcspResponseRef> for OcspResponse

Performs the conversion.

impl ForeignTypeRef for OcspResponseRef

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 OcspResponseRef
[src]

impl Sync for OcspResponseRef
[src]