public class Base64 extends Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(byte[] bytes) |
static byte[] |
decode(char[] encoded) |
static byte[] |
decode(String encoded) |
static String |
decodeAsUTF8String(String s)
Decodes the supplied String into a UTF-8 String.
|
static byte[] |
decodeFast(byte[] encoded) |
static byte[] |
decodeFast(char[] encoded) |
static byte[] |
decodeFast(String encoded) |
static String |
encode(byte[] bytes) |
static String |
encode(byte[] bytes,
boolean lineSep) |
static byte[] |
encodeToByte(byte[] bytes,
boolean lineSep) |
static char[] |
encodeToChar(byte[] bytes,
boolean lineSep) |
public static byte[] encodeToByte(byte[] bytes, boolean lineSep)
public static char[] encodeToChar(byte[] bytes, boolean lineSep)
public static String encode(byte[] bytes, boolean lineSep)
public static String encode(byte[] bytes)
public static byte[] decode(byte[] bytes)
public static byte[] decode(char[] encoded)
public static byte[] decode(String encoded)
public static byte[] decodeFast(byte[] encoded)
public static byte[] decodeFast(char[] encoded)
public static byte[] decodeFast(String encoded)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.