pub struct Rfc5280;
Expand description
Parse certificates with rfc5280-compliant checks
Trait Implementations§
Source§impl Profile for Rfc5280
impl Profile for Rfc5280
Source§fn check_serial_number(serial: &SerialNumber<Self>) -> Result<()>
fn check_serial_number(serial: &SerialNumber<Self>) -> Result<()>
Checks to run when parsing serial numbers
impl Eq for Rfc5280
impl StructuralPartialEq for Rfc5280
Auto Trait Implementations§
impl Freeze for Rfc5280
impl RefUnwindSafe for Rfc5280
impl Send for Rfc5280
impl Sync for Rfc5280
impl Unpin for Rfc5280
impl UnwindSafe for Rfc5280
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