ch.ethz.ssh2.crypto
Class Base64
java.lang.Object
ch.ethz.ssh2.crypto.Base64
public class Base64
- extends Object
Basic Base64 Support.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
|
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 |
Base64
public Base64()
encode
public static char[] encode(byte[] content)
decode
public static byte[] decode(char[] message)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.