Documentation ¶
Index ¶
- func PKCS7Padding(ciphertext []byte, blockSize int) []byte
- func StringPtr(s string) *string
- func ToStr(value interface{}, args ...int) (s string)
- type ApiPwdDecryption
- func (me *ApiPwdDecryption) Decryption() *ApiPwdDecryption
- func (me *ApiPwdDecryption) Encryption() *ApiPwdDecryption
- func (me *ApiPwdDecryption) GetErrMsg() string
- func (me *ApiPwdDecryption) GetPwd() string
- func (me *ApiPwdDecryption) GetPwdPreFix() []string
- func (me *ApiPwdDecryption) GetPwdSign() string
- func (me *ApiPwdDecryption) SetErrMsg(errMsg string) *ApiPwdDecryption
- func (me *ApiPwdDecryption) SetPwd(pwd string) *ApiPwdDecryption
- func (me *ApiPwdDecryption) SetPwdPreFix(pwdPreFix []string) *ApiPwdDecryption
- func (me *ApiPwdDecryption) SetPwdSign(pwdSign string) *ApiPwdDecryption
- type ApiSign
- func (m *ApiSign) AppendData(k string, v interface{}) *ApiSign
- func (m *ApiSign) GetData() map[string]interface{}
- func (m *ApiSign) GetSecret() string
- func (m ApiSign) GetSignString() string
- func (m *ApiSign) MakeSign() string
- func (m *ApiSign) SetData(p map[string]interface{}) *ApiSign
- func (m *ApiSign) SetJsonData(str string) *ApiSign
- func (m *ApiSign) SetSecret(s string) *ApiSign
- type ArgInt
- type StrTo
- func (f StrTo) Float32() (float32, error)
- func (f StrTo) Float64() (float64, error)
- func (f StrTo) Int() (int, error)
- func (f StrTo) Int64() (int64, error)
- func (f StrTo) IntV0() (int, error)
- func (f StrTo) MustFloat32() float32
- func (f StrTo) MustFloat64() float64
- func (f StrTo) MustInt() int
- func (f StrTo) MustInt64() int64
- func (f StrTo) MustUint64() uint64
- func (f StrTo) MustUint8() uint8
- func (f StrTo) String() string
- func (f StrTo) Uint64() (uint64, error)
- func (f StrTo) Uint8() (uint8, error)
- type WxCrypt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PKCS7Padding ¶
Types ¶
type ApiPwdDecryption ¶
type ApiPwdDecryption struct {
// contains filtered or unexported fields
}
* 密码加/解密算法
func (*ApiPwdDecryption) Decryption ¶
func (me *ApiPwdDecryption) Decryption() *ApiPwdDecryption
func (*ApiPwdDecryption) Encryption ¶
func (me *ApiPwdDecryption) Encryption() *ApiPwdDecryption
func (*ApiPwdDecryption) GetErrMsg ¶
func (me *ApiPwdDecryption) GetErrMsg() string
func (*ApiPwdDecryption) GetPwd ¶
func (me *ApiPwdDecryption) GetPwd() string
func (*ApiPwdDecryption) GetPwdPreFix ¶
func (me *ApiPwdDecryption) GetPwdPreFix() []string
func (*ApiPwdDecryption) GetPwdSign ¶
func (me *ApiPwdDecryption) GetPwdSign() string
func (*ApiPwdDecryption) SetErrMsg ¶
func (me *ApiPwdDecryption) SetErrMsg(errMsg string) *ApiPwdDecryption
func (*ApiPwdDecryption) SetPwd ¶
func (me *ApiPwdDecryption) SetPwd(pwd string) *ApiPwdDecryption
func (*ApiPwdDecryption) SetPwdPreFix ¶
func (me *ApiPwdDecryption) SetPwdPreFix(pwdPreFix []string) *ApiPwdDecryption
func (*ApiPwdDecryption) SetPwdSign ¶
func (me *ApiPwdDecryption) SetPwdSign(pwdSign string) *ApiPwdDecryption
type ApiSign ¶
type ApiSign struct {
// contains filtered or unexported fields
}
func NewApiSign ¶
func NewApiSign() *ApiSign
func (*ApiSign) AppendData ¶
func (ApiSign) GetSignString ¶
func (*ApiSign) SetJsonData ¶
type StrTo ¶
type StrTo string
func (StrTo) MustFloat32 ¶
func (StrTo) MustFloat64 ¶
func (StrTo) MustUint64 ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.