Struct openssl::ocsp::OcspResponseRef []

pub struct OcspResponseRef(_);

Methods

impl OcspResponseRef
[src]

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

The raw C type.

[src]

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

[src]

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

[src]

Returns a raw pointer to the wrapped value.

impl Send for OcspResponseRef
[src]

impl Sync for OcspResponseRef
[src]