Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
Decrypt(key []byte, value []byte) (decryptedTarget []byte, err error)
DecryptWithBase64(key []byte, valueBase64 string) (decryptedTarget []byte, err error)
Encrypt(key []byte, value []byte) (encryptedTarget []byte, err error)
EncryptFromString(key []byte, valueStr string) (encryptedTarget []byte, err error)
}
Click to show internal directories.
Click to hide internal directories.