SSHKeyEx.Native (SSHKeyEx v0.6.2)

Documentation for SSHKeyEx.Native.

Summary

Types

t()

@type t() :: %SSHKeyEx.Native{
  algorithm: String.t(),
  comment: String.t(),
  encrypted: term()
}

Functions

priv_from_openssh(key)

@spec priv_from_openssh(binary()) :: {:ok, t()} | {:error, term()}

pub_from_openssh(key)

@spec pub_from_openssh(binary()) :: {:ok, t()} | {:error, term()}