Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeterministicSSHKeyPair ¶
type DeterministicSSHKeyPair struct {
// contains filtered or unexported fields
}
func NewDeterministicSSHKeyPair ¶
func NewDeterministicSSHKeyPair(key, realm string) (*DeterministicSSHKeyPair, error)
func (*DeterministicSSHKeyPair) PrivateKey ¶
func (d *DeterministicSSHKeyPair) PrivateKey() (ssh.Signer, error)
func (*DeterministicSSHKeyPair) PrivateString ¶
func (d *DeterministicSSHKeyPair) PrivateString() (string, error)
func (*DeterministicSSHKeyPair) PublicKey ¶
func (d *DeterministicSSHKeyPair) PublicKey() (ssh.PublicKey, error)
func (*DeterministicSSHKeyPair) PublicString ¶
func (d *DeterministicSSHKeyPair) PublicString() (string, error)
Click to show internal directories.
Click to hide internal directories.