Struct ClientCsr
pub struct ClientCsr {
pub csr_pem: String,
pub key: ClientKey,
}Expand description
A generated client CSR plus the handle to its private key.
Fields§
§csr_pem: StringPEM-encoded PKCS#10 certificate signing request to send to the issuer.
key: ClientKeyThe private key handle (never transmitted).
Auto Trait Implementations§
impl Freeze for ClientCsr
impl RefUnwindSafe for ClientCsr
impl Send for ClientCsr
impl Sync for ClientCsr
impl Unpin for ClientCsr
impl UnsafeUnpin for ClientCsr
impl UnwindSafe for ClientCsr
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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