All Packages Class Hierarchy This Package Previous Next Index
Class org.webmacro.util.Base64
java.lang.Object
|
+----org.webmacro.util.Base64
- public final class Base64
- extends Object
-
Base64()
-
-
decode(byte[])
- Ge tthe plain text version of a base64 encoded byte array
-
decode(String)
- Get the plain text version of a base64 encoded string
-
encode(byte[])
- Get the base64 encoded version of a plain text byte array
-
encode(String)
- Get the base64 encoded version of a plain text String
-
main(String[])
- Test harness
Base64
public Base64()
decode
public static final String decode(String encoded)
- Get the plain text version of a base64 encoded string
encode
public static final String encode(String plainText)
- Get the base64 encoded version of a plain text String
decode
public static final String decode(byte encoded[])
- Ge tthe plain text version of a base64 encoded byte array
encode
public static final String encode(byte plain[])
- Get the base64 encoded version of a plain text byte array
main
public static void main(String arg[])
- Test harness
All Packages Class Hierarchy This Package Previous Next Index