Struct sshcerts::ssh::EcdsaPublicKey
source · [−]Expand description
ECDSA public key. The format of ECDSA public keys is described in RFC 5656, section 3.1.
Fields
curve: CurveThe curve being used.
key: Vec<u8>The public key.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EcdsaPublicKey
impl Send for EcdsaPublicKey
impl Sync for EcdsaPublicKey
impl Unpin for EcdsaPublicKey
impl UnwindSafe for EcdsaPublicKey
Blanket Implementations
Mutably borrows from an owned value. Read more