Packages

trait Base64UrlSafeStringEncoder extends StringEncoder

A utility for encoding strings and byte arrays to a URL-safe base64 string, and decoding from strings encoded in base64 to byte arrays.

The encoding for strings is UTF-8.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Base64UrlSafeStringEncoder
  2. StringEncoder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def decode(str: String): Array[Byte]
  2. def encode(bytes: Array[Byte]): String