@Deprecated
public final class Base64
extends java.lang.Object
For internal use only.
| Modifier and Type | Field and Description | 
|---|---|
| static int | DECODEDeprecated.  Specify decoding in first bit. | 
| static int | DO_BREAK_LINESDeprecated.  Do break lines when encoding. | 
| static int | ENCODEDeprecated.  Specify encoding in first bit. | 
| static int | NO_OPTIONSDeprecated.  No options specified. | 
| static int | ORDEREDDeprecated.  Encode using the special "ordered" dialect of Base64. | 
| static int | URL_SAFEDeprecated.  Encode using Base64-like encoding that is URL- and Filename-safe as described in
 Section 4 of RFC3548: https://tools.ietf.org/html/rfc3548. | 
| Constructor and Description | 
|---|
| Base64()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static byte[] | decode(byte[] bytes)Deprecated.  | 
| static byte[] | encode(byte[] bytes)Deprecated.  | 
| static boolean | isBase64(byte[] bytes)Deprecated.  | 
public static final int NO_OPTIONS
public static final int ENCODE
public static final int DECODE
public static final int DO_BREAK_LINES
public static final int URL_SAFE
public static final int ORDERED