Module public

Source
Expand description

SSH public key support.

Support for decoding SSH public keys from the OpenSSH file format.

Structs§

DsaPublicKeyalloc
Digital Signature Algorithm (DSA) public key.
Ed25519PublicKey
Ed25519 public key.
OpaquePublicKeyalloc
An opaque public key with a custom algorithm name.
OpaquePublicKeyBytesalloc
The underlying representation of an OpaquePublicKey.
PublicKey
SSH public key.
RsaPublicKeyalloc
RSA public key.
SkEcdsaSha2NistP256ecdsa
Security Key (FIDO/U2F) ECDSA/NIST P-256 public key as specified in PROTOCOL.u2f.
SkEd25519
Security Key (FIDO/U2F) Ed25519 public key as specified in PROTOCOL.u2f.

Enums§

EcdsaPublicKeyecdsa
Elliptic Curve Digital Signature Algorithm (ECDSA) public key.
KeyData
Public key data.