Expand description
SSH public key support.
Support for decoding SSH public keys from the OpenSSH file format.
Structs§
- DsaPublicKey
allocDigital Signature Algorithm (DSA) public key. - Ed25519 public key.
- OpaquePublicKey
allocAn opaque public key with a custom algorithm name. - OpaquePublicKeyBytes
allocThe underlying representation of anOpaquePublicKey. - SSH public key.
- RsaPublicKey
allocRSA public key. - SkEcdsaSha2NistP256
ecdsaSecurity Key (FIDO/U2F) ECDSA/NIST P-256 public key as specified in PROTOCOL.u2f. - Security Key (FIDO/U2F) Ed25519 public key as specified in PROTOCOL.u2f.
Enums§
- EcdsaPublicKey
ecdsaElliptic Curve Digital Signature Algorithm (ECDSA) public key. - Public key data.