Documentation ¶
Index ¶
- type AESTool
- func (this *AESTool) Decrypt(data []byte) error
- func (this *AESTool) Encrypt(data []byte) error
- func (this *AESTool) EncryptInit()
- func (this *AESTool) ReadByBase64() string
- func (this *AESTool) ReadByHexString() string
- func (this *AESTool) WriteByBase64(data string) error
- func (this *AESTool) WriteByHexString(data string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AESTool ¶ added in v0.0.23
func NewAESTool ¶
func (*AESTool) EncryptInit ¶ added in v0.0.23
func (this *AESTool) EncryptInit()
func (*AESTool) ReadByBase64 ¶ added in v0.0.24
func (*AESTool) ReadByHexString ¶ added in v0.0.24
func (*AESTool) WriteByBase64 ¶ added in v0.0.24
func (*AESTool) WriteByHexString ¶ added in v0.0.24
Click to show internal directories.
Click to hide internal directories.