|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.ssh2.crypto.Base64
Basic Base64 Support.
Field Summary | |
(package private) static char[] |
alphabet
|
Constructor Summary | |
Base64()
|
Method Summary | |
static byte[] |
decode(char[] message)
|
static char[] |
encode(byte[] content)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final char[] alphabet
Constructor Detail |
public Base64()
Method Detail |
public static char[] encode(byte[] content)
public static byte[] decode(char[] message) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |