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