Documentation ¶
Overview ¶
Package converters provides converters for jose sub-packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Base64 = b64(0)
Base64 provides a converter to encode/decode values to/from string representation of Base-64 URL-encoded without padding characters.
Functions ¶
This section is empty.
Types ¶
type ErrUnsupportedIntSize ¶
type ErrUnsupportedIntSize int
An ErrUnsupportedIntSize represents an error when the integer size is not supported by current procedure.
func (ErrUnsupportedIntSize) Error ¶
func (e ErrUnsupportedIntSize) Error() string
Error returns string representation of current instance error.
Click to show internal directories.
Click to hide internal directories.