pub struct CertifiedKey {
pub cert_der: CertificateDer<'static>,
pub key_der: PrivatePkcs8KeyDer<'static>,
}Expand description
Holds a certificate and its private key for TLS.
Fields§
§cert_der: CertificateDer<'static>§key_der: PrivatePkcs8KeyDer<'static>Auto Trait Implementations§
impl Freeze for CertifiedKey
impl RefUnwindSafe for CertifiedKey
impl Send for CertifiedKey
impl Sync for CertifiedKey
impl Unpin for CertifiedKey
impl UnsafeUnpin for CertifiedKey
impl UnwindSafe for CertifiedKey
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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