pub struct CRL { /* private fields */ }Expand description
X.509 certificate revocation list
Warning: as of the current version you cannot do much useful operations with CRLs, due to limitations of the API currently exported by the C++ library
Implementations§
Source§impl CRL
impl CRL
Sourcepub fn is_revoked(&self, cert: &Certificate) -> Result<bool>
pub fn is_revoked(&self, cert: &Certificate) -> Result<bool>
Return true if the provided CRL is listed as revoked in the CRL
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more