Struct ssh_key::private::EcdsaPrivateKey  [−][src]
pub struct EcdsaPrivateKey<const SIZE: usize> { /* fields omitted */ }Expand description
Elliptic Curve Digital Signature Algorithm (ECDSA) private key.
Implementations
Convert to the inner byte array.
Trait Implementations
Auto Trait Implementations
impl<const SIZE: usize> RefUnwindSafe for EcdsaPrivateKey<SIZE>
impl<const SIZE: usize> Send for EcdsaPrivateKey<SIZE>
impl<const SIZE: usize> Sync for EcdsaPrivateKey<SIZE>
impl<const SIZE: usize> Unpin for EcdsaPrivateKey<SIZE>
impl<const SIZE: usize> UnwindSafe for EcdsaPrivateKey<SIZE>
Blanket Implementations
Mutably borrows from an owned value. Read more