Struct openssl::ocsp::OcspResponseRef []

pub struct OcspResponseRef(_);

Methods

impl OcspResponseRef
[src]

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 ForeignTypeRef for OcspResponseRef

The raw C type.

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

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

Returns a raw pointer to the wrapped value.