Struct ssh_key::private::SkEcdsaSha2NistP256
source · [−]pub struct SkEcdsaSha2NistP256 { /* private fields */ }alloc and ecdsa only.Expand description
Security Key (FIDO/U2F) ECDSA/NIST P-256 private key as specified in PROTOCOL.u2f.
Implementations
Trait Implementations
sourceimpl Clone for SkEcdsaSha2NistP256
impl Clone for SkEcdsaSha2NistP256
sourcefn clone(&self) -> SkEcdsaSha2NistP256
fn clone(&self) -> SkEcdsaSha2NistP256
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SkEcdsaSha2NistP256
impl Debug for SkEcdsaSha2NistP256
sourceimpl From<SkEcdsaSha2NistP256> for KeypairData
impl From<SkEcdsaSha2NistP256> for KeypairData
sourcefn from(keypair: SkEcdsaSha2NistP256) -> KeypairData
fn from(keypair: SkEcdsaSha2NistP256) -> KeypairData
Converts to this type from the input type.
sourceimpl From<SkEcdsaSha2NistP256> for PrivateKey
impl From<SkEcdsaSha2NistP256> for PrivateKey
sourcefn from(keypair: SkEcdsaSha2NistP256) -> PrivateKey
fn from(keypair: SkEcdsaSha2NistP256) -> PrivateKey
Converts to this type from the input type.
sourceimpl Ord for SkEcdsaSha2NistP256
impl Ord for SkEcdsaSha2NistP256
sourceimpl PartialEq<SkEcdsaSha2NistP256> for SkEcdsaSha2NistP256
impl PartialEq<SkEcdsaSha2NistP256> for SkEcdsaSha2NistP256
sourcefn eq(&self, other: &SkEcdsaSha2NistP256) -> bool
fn eq(&self, other: &SkEcdsaSha2NistP256) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SkEcdsaSha2NistP256) -> bool
fn ne(&self, other: &SkEcdsaSha2NistP256) -> bool
This method tests for !=.
sourceimpl PartialOrd<SkEcdsaSha2NistP256> for SkEcdsaSha2NistP256
impl PartialOrd<SkEcdsaSha2NistP256> for SkEcdsaSha2NistP256
sourcefn partial_cmp(&self, other: &SkEcdsaSha2NistP256) -> Option<Ordering>
fn partial_cmp(&self, other: &SkEcdsaSha2NistP256) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Eq for SkEcdsaSha2NistP256
impl StructuralEq for SkEcdsaSha2NistP256
impl StructuralPartialEq for SkEcdsaSha2NistP256
Auto Trait Implementations
impl RefUnwindSafe for SkEcdsaSha2NistP256
impl Send for SkEcdsaSha2NistP256
impl Sync for SkEcdsaSha2NistP256
impl Unpin for SkEcdsaSha2NistP256
impl UnwindSafe for SkEcdsaSha2NistP256
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more