|
Bouncy Castle Cryptography 1.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.util.encoders.Base64
Constructor Summary | |
Base64()
|
Method Summary | |
static byte[] |
decode(byte[] data)
decode the base 64 encoded input data. |
static byte[] |
decode(java.lang.String data)
decode the base 64 encoded String data - whitespace will be ignored. |
static int |
decode(java.lang.String data,
java.io.OutputStream out)
decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored. |
static byte[] |
encode(byte[] data)
encode the input data producing a base 64 encoded byte array. |
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 byte[] encode(byte[] data)
public static byte[] decode(byte[] data)
public static byte[] decode(java.lang.String data)
public static int decode(java.lang.String data, java.io.OutputStream out) throws java.io.IOException
|
Bouncy Castle Cryptography 1.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |