Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyring ¶
type Keyring struct {
// contains filtered or unexported fields
}
func (*Keyring) ContentsCode ¶
func (*Keyring) MakeReader ¶
type MemoryKeySource ¶
type MemoryKeySource struct { Code string `json:"code"` Version string `json:"version"` Master []byte `json:"master"` }
func (MemoryKeySource) ContentsCode ¶
func (ks MemoryKeySource) ContentsCode() string
func (MemoryKeySource) DecryptKey ¶
func (ks MemoryKeySource) DecryptKey(b []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.