Struct SoftwareP256Signer
pub struct SoftwareP256Signer;Expand description
The desktop signer: an extractable ECDSA P-256 keypair generated in software via rcgen. The key is returned to the caller to persist locally.
Trait Implementations§
Source§impl Clone for SoftwareP256Signer
impl Clone for SoftwareP256Signer
Source§fn clone(&self) -> SoftwareP256Signer
fn clone(&self) -> SoftwareP256Signer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · §fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SoftwareP256Signer
Source§impl CsrSigner for SoftwareP256Signer
impl CsrSigner for SoftwareP256Signer
Source§impl Debug for SoftwareP256Signer
impl Debug for SoftwareP256Signer
Source§impl Default for SoftwareP256Signer
impl Default for SoftwareP256Signer
Source§fn default() -> SoftwareP256Signer
fn default() -> SoftwareP256Signer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SoftwareP256Signer
impl RefUnwindSafe for SoftwareP256Signer
impl Send for SoftwareP256Signer
impl Sync for SoftwareP256Signer
impl Unpin for SoftwareP256Signer
impl UnsafeUnpin for SoftwareP256Signer
impl UnwindSafe for SoftwareP256Signer
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