Struct x509_parser::x509::SubjectPublicKeyInfo[][src]

pub struct SubjectPublicKeyInfo<'a> {
    pub algorithm: AlgorithmIdentifier<'a>,
    pub subject_public_key: BitStringObject<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for SubjectPublicKeyInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for SubjectPublicKeyInfo<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for SubjectPublicKeyInfo<'a>

impl<'a> Sync for SubjectPublicKeyInfo<'a>