pub struct CertificateEntry {
pub cert: Certificate,
pub exts: CertificateExtensions,
}
Fields
cert: Certificate
exts: CertificateExtensions
Implementations
sourceimpl CertificateEntry
impl CertificateEntry
pub fn new(cert: Certificate) -> Self
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
Auto Trait Implementations
impl RefUnwindSafe for CertificateEntry
impl Send for CertificateEntry
impl Sync for CertificateEntry
impl Unpin for CertificateEntry
impl UnwindSafe for CertificateEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more