pub struct DigCa { /* private fields */ }Expand description
The DigNetwork CA loaded from PEM, ready to sign peer leaves.
Reconstructs the issuer handle (distinguished name + key) so leaf issuance needs only the PEM
material. DigCa::embedded loads the shipped public CA — the common path.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DigCa
impl !UnwindSafe for DigCa
impl Freeze for DigCa
impl Send for DigCa
impl Sync for DigCa
impl Unpin for DigCa
impl UnsafeUnpin for DigCa
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