Struct openssl::ocsp::OcspRequestRef [−][src]
pub struct OcspRequestRef(_);
Implementations
Serializes the request to its standard DER encoding.
This corresponds to i2d_OCSP_REQUEST
.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type CType = OCSP_REQUEST
type CType = OCSP_REQUEST
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.