pub struct EndEntity { /* private fields */ }
Expand description
End-entity Certificate
Implementations§
Source§impl EndEntity
impl EndEntity
Sourcepub fn serialize_pem(&self) -> PemCertifiedKey
pub fn serialize_pem(&self) -> PemCertifiedKey
Sign with signer
and serialize.
Auto Trait Implementations§
impl Freeze for EndEntity
impl !RefUnwindSafe for EndEntity
impl Send for EndEntity
impl Sync for EndEntity
impl Unpin for EndEntity
impl !UnwindSafe for EndEntity
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