Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64StringEncoderDecoder ¶
type Base64StringEncoderDecoder struct{}
Base64StringEncoderDecoder is a simple KeyEncoderDecoder that uses base64.
func (Base64StringEncoderDecoder) Decode ¶
func (b Base64StringEncoderDecoder) Decode(encoded string) (string, error)
func (Base64StringEncoderDecoder) Encode ¶
func (b Base64StringEncoderDecoder) Encode(plain string) string
Click to show internal directories.
Click to hide internal directories.