Documentation
¶
Index ¶
- func AesEcbDecryptWithPKCS7Unpadding(data, key []byte) []byte
- func AesEcbEncryptWithPKCS7Padding(data, key []byte) []byte
- func Base64DecodeString(src string) (dst string, err error)
- func ContainChineseChar(str string) bool
- func PKCS7Padding(ciphertext []byte, blockSize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
- type HttpClient
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64DecodeString ¶
func ContainChineseChar ¶
func PKCS7Padding ¶
func PKCS7UnPadding ¶
Types ¶
type HttpClient ¶
func GetHttpClient ¶
func GetHttpClient() *HttpClient
Click to show internal directories.
Click to hide internal directories.