Struct openssl::ocsp::OcspRequestRef [−][src]
pub struct OcspRequestRef(_);
Implementations
impl OcspRequestRef[src]
impl OcspRequestRef[src]pub fn to_der(&self) -> Result<Vec<u8>, ErrorStack>[src]
Serializes the request to its standard DER encoding.
This corresponds to i2d_OCSP_REQUEST.
pub fn add_id(
&mut self,
id: OcspCertId
) -> Result<&mut OcspOneReqRef, ErrorStack>[src]
&mut self,
id: OcspCertId
) -> Result<&mut OcspOneReqRef, ErrorStack>
Trait Implementations
impl AsRef<OcspRequestRef> for OcspRequest[src]
impl AsRef<OcspRequestRef> for OcspRequest[src]fn as_ref(&self) -> &OcspRequestRef[src]
impl Borrow<OcspRequestRef> for OcspRequest[src]
impl Borrow<OcspRequestRef> for OcspRequest[src]fn borrow(&self) -> &OcspRequestRef[src]
impl ForeignTypeRef for OcspRequestRef[src]
impl ForeignTypeRef for OcspRequestRef[src]