Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type KeyDetails ¶
type Vault ¶
type Vault struct { KeyDetails KeyDetails `json:"keyDetails"` MACDigest string `json:"macDigest"` Cipher string `json:"cipher"` CipherMode string `json:"cipherMode"` MAC []byte `json:"mac"` IV []byte `json:"iv"` Environments []byte `json:"environments"` }
func (*Vault) DecryptEnvironments ¶
func (v *Vault) DecryptEnvironments(password string) (map[string]Environment, error)
Click to show internal directories.
Click to hide internal directories.