Package com.trilead.ssh2.crypto
Class Base64
java.lang.Object
com.trilead.ssh2.crypto.Base64
Basic Base64 Support.
- Version:
- $Id: Base64.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alphabet
static final char[] alphabet
-
-
Constructor Details
-
Base64
public Base64()
-
-
Method Details
-
encode
public static char[] encode(byte[] content) -
decode
- Throws:
IOException
-