Base64Alphabet
An alphabet that supports base 64 conversion.
trait Base64Base
object Base64
object Base64NoPad
trait Base64UrlBase
object Base64Url
object Base64UrlNoPad
Value members
Inherited methods
Converts the specified index to a character.
- Throws
- IndexOutOfBoundsException
- IndexOutOfBoundsException
- Inhertied from
- Alphabet
Converts the specified char to an index.
- Throws
- IllegalArgumentException
- IllegalArgumentException
- Inhertied from
- Alphabet