Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateContainer ¶
func DecryptContainer ¶
Types ¶
type Container ¶
type Container struct { ContainerMeta Meta `json:"ContainerMeta"` DeriveInfo Derive `json:"DeriveInfo"` EncryptionInfo Encryption `json:"EncryptionInfo"` ContainedData Data `json:"ContainedData"` }
func (*Container) SetContainedData ¶
func (*Container) SetContainerMeta ¶
func (*Container) SetDeriveInfo ¶
func (*Container) SetEncryptionInfo ¶
type Encryption ¶
type Encryption struct {
IV string `json:"IV"`
}
Click to show internal directories.
Click to hide internal directories.