Enum thrussh_keys::key::PublicKey [] [src]

pub enum PublicKey {
    // some variants omitted
}

Public key

Methods

impl PublicKey
[src]

[src]

Parse a public key in SSH format.

impl PublicKey
[src]

[src]

Algorithm name for that key.

[src]

Verify a signature.

Trait Implementations

impl Eq for PublicKey
[src]

impl PartialEq for PublicKey
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for PublicKey
[src]

[src]

Formats the value using the given formatter. Read more

impl PublicKeyBase64 for PublicKey
[src]

[src]

Create the base64 part of the public key blob.

Auto Trait Implementations

impl Send for PublicKey

impl Sync for PublicKey