Base32RFC4648

fmgp.multibase.Base32RFC4648
sealed class Base32RFC4648(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 Base32.type
object Base32Hex.type
object Base32HexPad.type
object Base32HexPadUpper.type
object Base32HexUpper.type
object Base32Pad.type
object Base32PadUpper.type
object Base32Upper.type
Show all

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