Base64Impl

fmgp.multibase.Base64Impl$
object Base64Impl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def decode(data: String, base64: Base64RFC4648): Array[Byte]

Decode the given data as a String into a Byte Array, based on specified Base64 version, which has to be a Base64RFC4648.

Decode the given data as a String into a Byte Array, based on specified Base64 version, which has to be a Base64RFC4648.

Attributes

def encode(data: Array[Byte], base64: Base64RFC4648): String

Encode the given data as an Array of Bytes into a String, based on specified Base64 version, which has to be a Base64RFC4648.

Encode the given data as an Array of Bytes into a String, based on specified Base64 version, which has to be a Base64RFC4648.

Attributes