Struct openssl::ocsp::OcspBasicResponseRef [−][src]
pub struct OcspBasicResponseRef(_);
Implementations
impl OcspBasicResponseRef
[src]
impl OcspBasicResponseRef
[src]pub fn verify(
&self,
certs: &StackRef<X509>,
store: &X509StoreRef,
flags: OcspFlag
) -> Result<(), ErrorStack>
[src]
&self,
certs: &StackRef<X509>,
store: &X509StoreRef,
flags: OcspFlag
) -> Result<(), ErrorStack>
Verifies the validity of the response.
The certs
parameter contains a set of certificates that will be searched when locating the
OCSP response signing certificate. Some responders do not include this in the response.
pub fn find_status<'a>(&'a self, id: &OcspCertIdRef) -> Option<OcspStatus<'a>>
[src]
Looks up the status for the specified certificate ID.
Trait Implementations
impl AsRef<OcspBasicResponseRef> for OcspBasicResponse
[src]
impl AsRef<OcspBasicResponseRef> for OcspBasicResponse
[src]fn as_ref(&self) -> &OcspBasicResponseRef
[src]
impl Borrow<OcspBasicResponseRef> for OcspBasicResponse
[src]
impl Borrow<OcspBasicResponseRef> for OcspBasicResponse
[src]fn borrow(&self) -> &OcspBasicResponseRef
[src]
impl ForeignTypeRef for OcspBasicResponseRef
[src]
impl ForeignTypeRef for OcspBasicResponseRef
[src]