Struct x509_parser::x509::X509Certificate [−][src]
pub struct X509Certificate<'a> {
pub tbs_certificate: TbsCertificate<'a>,
pub signature_algorithm: AlgorithmIdentifier<'a>,
pub signature_value: BitStringObject<'a>,
}Fields
tbs_certificate: TbsCertificate<'a>
signature_algorithm: AlgorithmIdentifier<'a>
signature_value: BitStringObject<'a>
Trait Implementations
impl<'a> Debug for X509Certificate<'a>[src]
impl<'a> Debug for X509Certificate<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for X509Certificate<'a>[src]
impl<'a> PartialEq for X509Certificate<'a>fn eq(&self, other: &X509Certificate<'a>) -> bool[src]
fn eq(&self, other: &X509Certificate<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &X509Certificate<'a>) -> bool[src]
fn ne(&self, other: &X509Certificate<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for X509Certificate<'a>
impl<'a> Send for X509Certificate<'a>impl<'a> Sync for X509Certificate<'a>
impl<'a> Sync for X509Certificate<'a>