Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateKey ¶
Types ¶
type ContentKey ¶
type ContentKey []byte
type Encrypter ¶
type Encrypter interface { Encrypt(key ContentKey, r io.Reader, w io.Writer) error GenerateKey() (ContentKey, error) Signature() string }
func NewAESCBCEncrypter ¶
func NewAESCBCEncrypter() Encrypter
func NewAESEncrypter_CONTENT_KEY ¶
func NewAESEncrypter_CONTENT_KEY() Encrypter
func NewAESEncrypter_FIELDS ¶
func NewAESEncrypter_FIELDS() Encrypter
func NewAESEncrypter_PUBLICATION_RESOURCES ¶
func NewAESEncrypter_PUBLICATION_RESOURCES() Encrypter
func NewAESEncrypter_USER_KEY_CHECK ¶
func NewAESEncrypter_USER_KEY_CHECK() Encrypter
func NewAESGCMEncrypter ¶
func NewAESGCMEncrypter() Encrypter
Click to show internal directories.
Click to hide internal directories.