Struct openssl::ocsp::OcspResponse []

pub struct OcspResponse(_);

Methods

impl OcspResponse
[src]

[src]

Creates an OCSP response from the status and optional body.

A body should only be provided if status is RESPONSE_STATUS_SUCCESSFUL.

[src]

Deserializes a value from DER-formatted data.

Methods from Deref<Target = OcspResponseRef>

[src]

Serializes this value to DER.

[src]

Returns the status of the response.

[src]

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

Executes the destructor for this type. Read more

impl Deref for OcspResponse

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for OcspResponse

Mutably dereferences the value.

impl Borrow<OcspResponseRef> for OcspResponse

Immutably borrows from an owned value. Read more

impl AsRef<OcspResponseRef> for OcspResponse

Performs the conversion.

impl Send for OcspResponse
[src]

impl Sync for OcspResponse
[src]