struct SSH2::Agent::PublicKey

Overview

A public key held by the agent: its raw #public_key blob and its #comment.

Defined in:

agent.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(public_key : Slice(UInt8), comment : String) #

[View source]

Instance Method Detail

def comment : String #

[View source]
def public_key : Bytes #

[View source]