Enum sshkeys::FingerprintKind [] [src]

pub enum FingerprintKind {
    Sha256,
    Sha384,
    Sha512,
}

The FingerprintKind enum represents the different fingerprint representation.

Variants

A kind used to represent the fingerprint using SHA256.

A kind used to represent the fingerprint using SHA384.

A kind used to represent the fingerprint using SHA512.

Trait Implementations

impl Debug for FingerprintKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FingerprintKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Display for FingerprintKind
[src]

[src]

Formats the value using the given formatter. Read more