sshkey

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrivateKeyFile

type PrivateKeyFile struct {
	ID         string    `json:"id"`
	Name       string    `json:"name"`
	FilePath   string    `json:"filePath"`
	FileType   string    `json:"fileType"`
	StoreType  string    `json:"storeType"`
	Encryption bool      `json:"encryption"`
	Passphrase string    `json:"passphrase"`
	PublicKey  PublicKey `json:"publickey"`
}

PrivateKeyFile Private key file information interface with wails.

type PublicKey

type PublicKey struct {
	MD5     string `json:"md5"`
	SHA256  string `json:"sha256"`
	Type    string `json:"type"`
	Comment string `json:"comment"`
	String  string `json:"string"`
}

PublicKey Publick key file information interface with wails.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL