Struct openssl::ocsp::OcspResponse []

pub struct OcspResponse(_);

Methods

impl OcspResponse
[src]

Creates an OCSP response from the status and optional body.

A body should only be provided if status is RESPONSE_STATUS_SUCCESSFUL.

Deserializes a value from DER-formatted data.

Methods from Deref<Target = OcspResponseRef>

Serializes this value to DER.

Returns the status of the response.

Returns the basic response.

This will only succeed if status() returns RESPONSE_STATUS_SUCCESSFUL.

Trait Implementations

impl ForeignType for OcspResponse

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for OcspResponse

A method called when the value goes out of scope. Read more

impl Deref for OcspResponse

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for OcspResponse

The method called to mutably dereference a value