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.type
object Base64Pad.type
object Base64URL.type
object Base64URLPad.type

Members list

Value members

Inherited methods

def encode(data: Array[Byte]): Multibase

Attributes

Inherited from:
Base
def encodeString(data: String): Multibase

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