|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.util.security.Base64
Base64
.
@Deprecated public class Base64
Methods for encoding and decoding using Base64 algorithm.
Constructor Summary | |
---|---|
Base64()
Deprecated. |
Method Summary | |
---|---|
static byte[] |
decode(java.lang.String s)
Deprecated. |
static java.lang.String |
encode(byte[] a)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64()
Method Detail |
---|
public static java.lang.String encode(byte[] a)
public static byte[] decode(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |