pub struct CertificateEntry {
pub cert: Certificate,
pub exts: CertificateExtensions,
}
Fields§
§cert: Certificate
§exts: CertificateExtensions
Implementations§
Source§impl CertificateEntry
impl CertificateEntry
pub fn new(cert: Certificate) -> CertificateEntry
pub fn has_duplicate_extension(&self) -> bool
pub fn has_unknown_extension(&self) -> bool
pub fn get_ocsp_response(&self) -> Option<&Vec<u8>>
pub fn get_scts(&self) -> Option<&SCTList>
Trait Implementations§
Source§impl Codec for CertificateEntry
impl Codec for CertificateEntry
Auto Trait Implementations§
impl Freeze for CertificateEntry
impl RefUnwindSafe for CertificateEntry
impl Send for CertificateEntry
impl Sync for CertificateEntry
impl Unpin for CertificateEntry
impl UnwindSafe for CertificateEntry
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