Docs.rs
  • ssh-key-0.6.7
    • ssh-key 0.6.7
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tarcieri
    • github:rustcrypto:ssh
    • Dependencies
      • bcrypt-pbkdf ^0.10 normal optional
      • num-bigint-dig ^0.8 normal optional
      • ssh-cipher ^0.2 normal
      • dsa ^0.6 normal optional
      • ed25519-dalek ^2 normal optional
      • ssh-encoding ^0.2 normal
      • p256 ^0.13 normal optional
      • p384 ^0.13 normal optional
      • p521 ^0.13.3 normal optional
      • rand_core ^0.6.4 normal optional
      • rsa ^0.9 normal optional
      • sec1 ^0.7.3 normal optional
      • serde ^1 normal optional
      • sha1 ^0.10 normal optional
      • sha2 ^0.10.8 normal
      • signature ^2 normal
      • subtle ^2 normal
      • zeroize ^1 normal
      • hex-literal ^0.4.1 dev
      • rand_chacha ^0.3 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

ssh_key0.6.7

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • AlgorithmName
  • Mpint
  • Signature
  • SshSig
  • authorized_keys::AuthorizedKeys
  • authorized_keys::ConfigOpts
  • authorized_keys::ConfigOptsIter
  • authorized_keys::Entry
  • certificate::Builder
  • certificate::Certificate
  • certificate::OptionsMap
  • known_hosts::Entry
  • known_hosts::KnownHosts
  • private::DsaKeypair
  • private::DsaPrivateKey
  • private::EcdsaPrivateKey
  • private::Ed25519Keypair
  • private::Ed25519PrivateKey
  • private::OpaqueKeypair
  • private::OpaqueKeypairBytes
  • private::OpaquePrivateKeyBytes
  • private::PrivateKey
  • private::RsaKeypair
  • private::RsaPrivateKey
  • private::SkEcdsaSha2NistP256
  • private::SkEd25519
  • public::DsaPublicKey
  • public::Ed25519PublicKey
  • public::OpaquePublicKey
  • public::OpaquePublicKeyBytes
  • public::PublicKey
  • public::RsaPublicKey
  • public::SkEcdsaSha2NistP256
  • public::SkEd25519

Enums

  • Algorithm
  • Cipher
  • EcdsaCurve
  • Error
  • Fingerprint
  • HashAlg
  • Kdf
  • KdfAlg
  • LineEnding
  • certificate::CertType
  • certificate::Field
  • known_hosts::HostPatterns
  • known_hosts::Marker
  • private::EcdsaKeypair
  • private::KeypairData
  • public::EcdsaPublicKey
  • public::KeyData

Traits

  • SigningKey

Type Aliases

  • Result