Documentation ¶
Index ¶
- type EncodingUtil
- func (e *EncodingUtil) DecodeBase64(str string) (string, error)
- func (e *EncodingUtil) DecodeBase64URL(str string) (string, error)
- func (e *EncodingUtil) DecodeHex(str string) (string, error)
- func (e *EncodingUtil) EncodeBase64(src []byte) string
- func (e *EncodingUtil) EncodeBase64Str(src string) string
- func (e *EncodingUtil) EncodeBase64URL(str string) string
- func (e *EncodingUtil) EncodeHex(src []byte) string
- func (e *EncodingUtil) EncodeHexStr(str string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncodingUtil ¶
type EncodingUtil struct { }
func (*EncodingUtil) DecodeBase64 ¶
func (e *EncodingUtil) DecodeBase64(str string) (string, error)
func (*EncodingUtil) DecodeBase64URL ¶
func (e *EncodingUtil) DecodeBase64URL(str string) (string, error)
func (*EncodingUtil) EncodeBase64 ¶
func (e *EncodingUtil) EncodeBase64(src []byte) string
func (*EncodingUtil) EncodeBase64Str ¶
func (e *EncodingUtil) EncodeBase64Str(src string) string
func (*EncodingUtil) EncodeBase64URL ¶
func (e *EncodingUtil) EncodeBase64URL(str string) string
func (*EncodingUtil) EncodeHex ¶
func (e *EncodingUtil) EncodeHex(src []byte) string
func (*EncodingUtil) EncodeHexStr ¶
func (e *EncodingUtil) EncodeHexStr(str string) string
Click to show internal directories.
Click to hide internal directories.