Options
All
  • Public
  • Public/Protected
  • All
Menu

Implements URL-safe Base64 encoding. (Same as Base64, but '+' is replaced with '-', and '/' with '_').

Operates in constant time.

Hierarchy

Index

Constructors

Methods

  • _decodeChar(c: number): number
  • _encodeByte(b: number): string
  • decode(s: string): Uint8Array
  • decodedLength(s: string): number
  • encode(data: Uint8Array): string
  • encodedLength(length: number): number
  • maxDecodedLength(length: number): number

Generated using TypeDoc