Enum x509_parser::error::X509Error [−][src]
pub enum X509Error { Generic, InvalidVersion, InvalidSerial, InvalidAlgorithmIdentifier, InvalidX509Name, InvalidDate, InvalidExtensions, InvalidTbsCertificate, InvalidCertificate, Der(DerError), }
Variants
Generic
InvalidVersion
InvalidSerial
InvalidAlgorithmIdentifier
InvalidX509Name
InvalidDate
InvalidExtensions
InvalidTbsCertificate
InvalidCertificate
Top-level certificate structure is invalid
Der(DerError)
Trait Implementations
impl Debug for X509Error
[src]
impl Debug for X509Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for X509Error
[src]
impl PartialEq for X509Error
fn eq(&self, other: &X509Error) -> bool
[src]
fn eq(&self, other: &X509Error) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &X509Error) -> bool
[src]
fn ne(&self, other: &X509Error) -> bool
This method tests for !=
.
impl From<DerError> for X509Error
[src]
impl From<DerError> for X509Error