|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.utils.Base64
public final class Base64
MIME Base64 encoder.
Method Summary | |
---|---|
static byte[] |
decode(byte[] in)
return decoded byte[] data. |
static byte[] |
decode(java.lang.String in)
return decoded data |
static byte[] |
encode(byte[] in)
return encoded byte[] |
static java.lang.String |
encode(java.lang.String in)
return encoded string |
static boolean |
isBase64(byte[] b)
return true if the string is base64 encoded data. |
static boolean |
isBase64(java.lang.String t)
return true if the string is base64 encoded data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final boolean isBase64(java.lang.String t)
public static final boolean isBase64(byte[] b)
public static final java.lang.String encode(java.lang.String in)
public static final byte[] encode(byte[] in)
public static final byte[] decode(java.lang.String in)
public static final byte[] decode(byte[] in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |