Documentation
¶
Index ¶
- type Encryptor
- func (o *Encryptor) Decrypt(data []byte) (ret []byte, err error)
- func (o *Encryptor) DecryptFile(filename string) (ret []byte, err error)
- func (o *Encryptor) DecryptInstance(v interface{}, data []byte) (err error)
- func (o *Encryptor) Encrypt(data []byte) (ret []byte, err error)
- func (o *Encryptor) EncryptFile(filename string, data []byte) (err error)
- func (o *Encryptor) EncryptInstance(v interface{}) (ret []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encryptor ¶
func NewEncryptor ¶
func (*Encryptor) DecryptFile ¶
func (*Encryptor) DecryptInstance ¶
func (*Encryptor) EncryptFile ¶
func (*Encryptor) EncryptInstance ¶
Click to show internal directories.
Click to hide internal directories.