encoding

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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) DecodeHex

func (e *EncodingUtil) DecodeHex(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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL