|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ca.pki.util.Base64Coder
This class provides the facilities of base64 encoding and decoding. Encoding is the process of representing normal binary data using 65 predetermined printable characters. Every 6 bits are encoded into one such character. Decoding is the reverse process of encoding.
| Constructor Summary | |
Base64Coder()
|
|
| Method Summary | |
static byte[] |
decode(byte[] input)
Decodes a byte array |
static byte[] |
encode(byte[] input)
Encodes a byte array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Base64Coder()
| Method Detail |
public static byte[] encode(byte[] input)
public static byte[] decode(byte[] input)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||