Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptOpAes ¶
type EncryptOpAes struct {
// contains filtered or unexported fields
}
func (*EncryptOpAes) Init ¶
func (self *EncryptOpAes) Init(direct bool, params []interface{}) bool
func (*EncryptOpAes) Operate ¶
func (self *EncryptOpAes) Operate(input interface{}, output interface{}) (bool, error)
type EncryptOpDes ¶
type EncryptOpDes struct {
// contains filtered or unexported fields
}
func (*EncryptOpDes) Init ¶
func (self *EncryptOpDes) Init(direct bool, params []interface{}) bool
func (*EncryptOpDes) Operate ¶
func (self *EncryptOpDes) Operate(input interface{}, output interface{}) (bool, error)
type EncryptOpMd5 ¶
type EncryptOpMd5 struct {
// contains filtered or unexported fields
}
func (*EncryptOpMd5) Init ¶
func (self *EncryptOpMd5) Init(direct bool, params []interface{}) bool
func (*EncryptOpMd5) Operate ¶
func (self *EncryptOpMd5) Operate(input interface{}, output interface{}) (bool, error)
type EncryptOpRsa ¶
type EncryptOpRsa struct {
// contains filtered or unexported fields
}
func (*EncryptOpRsa) Init ¶
func (self *EncryptOpRsa) Init(direct bool, params []interface{}) bool
func (*EncryptOpRsa) Operate ¶
func (self *EncryptOpRsa) Operate(input interface{}, output interface{}) (bool, error)
type EncryptOpSha1 ¶
type EncryptOpSha1 struct {
// contains filtered or unexported fields
}
func (*EncryptOpSha1) Init ¶
func (self *EncryptOpSha1) Init(direct bool, params []interface{}) bool
func (*EncryptOpSha1) Operate ¶
func (self *EncryptOpSha1) Operate(input interface{}, output interface{}) (bool, error)
Click to show internal directories.
Click to hide internal directories.