Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingChecksum = errors.New("payload missing embedded checksums")
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct {
// contains filtered or unexported fields
}
func NewKeyFromBytes ¶
NewKeyFromBytes returns the key read from the given byte slice, or an error.
func NewKeyFromReader ¶
NewKeyFromReader returns the key read from an io.Reader, or an error.
func (*Key) Fingerprint ¶ added in v0.6.0
Fingerprint returns a string that can be used to identify this key.
The fingerprint is not appropriate for cryptographic use. It matches the hash reported in the output of the `rstudio-server encrypt-password` command.
Click to show internal directories.
Click to hide internal directories.