public class Base64utils
extends java.lang.Object
| Constructor and Description |
|---|
| Base64utils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
| static byte[] | base64decode(byte[] codedValue)
Deprecated.
Decoding method.
|
| static byte[] | base64encode(byte[] plaintext)
Deprecated.
Encoding method.
|
| static void | main(java.lang.String[] argv)
Deprecated.
The main function only exists as a utility.
|
public static void main(java.lang.String[] argv)
public static byte[] base64encode(byte[] plaintext)
public static byte[] base64decode(byte[] codedValue)