Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyDecrypt ¶
type KeyDecrypt struct {
// contains filtered or unexported fields
}
func NewDecryptKey ¶
func NewDecryptKey(encKey string) *KeyDecrypt
func (*KeyDecrypt) DecryptionKey ¶
func (k *KeyDecrypt) DecryptionKey() string
type KeyEncrypt ¶
type KeyEncrypt struct {
// contains filtered or unexported fields
}
func NewEncryptKey ¶
func NewEncryptKey(encKey string) *KeyEncrypt
func (*KeyEncrypt) EncryptString ¶
func (k *KeyEncrypt) EncryptString(str string) ([]byte, error)
func (*KeyEncrypt) EncryptionKey ¶
func (k *KeyEncrypt) EncryptionKey() string
Click to show internal directories.
Click to hide internal directories.