PaddedAlphabet
An alphabet that supports padding with a pad character.
trait Base32Alphabet
trait Base64Alphabet
object Base32
object Base32Crockford
trait Base64Base
object Base64
object Base64NoPad
trait Base64UrlBase
object Base64Url
object Base64UrlNoPad
Value members
Fields
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