Base64RFC4648

fmgp.multibase.Base64RFC4648
sealed class Base64RFC4648(val name: String, val code: Char, val alphabet: String, val pad: Option[Char]) extends Base

Attributes

Graph
Supertypes
class Base
class Object
trait Matchable
class Any
Known subtypes
object Base64
object Base64Pad
object Base64URL
object Base64URLPad

Members list

Value members

Inherited methods

Attributes

Inherited from:
Base

Attributes

Inherited from:
Base

Concrete fields

override val alphabet: String
override val code: Char
override val name: String
val pad: Option[Char]

Inherited fields

lazy val alphabetPos: Map[Char, Int]

Attributes

Inherited from:
Base