Struct x509_cert::certificate::Rfc5280
source · pub struct Rfc5280;
Expand description
Parse certificates with rfc5280-compliant checks
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for Rfc5280
impl<'arbitrary> Arbitrary<'arbitrary> for Rfc5280
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl PartialEq for Rfc5280
impl PartialEq for Rfc5280
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 StructuralEq for Rfc5280
impl StructuralPartialEq for Rfc5280
Auto Trait Implementations§
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