ch.ethz.ssh2.crypto
Class Base64

java.lang.Object
  extended by ch.ethz.ssh2.crypto.Base64

public class Base64
extends java.lang.Object

Basic Base64 Support.

Version:
$Id: Base64.java,v 1.4 2005/08/11 12:47:31 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

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

alphabet

static final char[] alphabet
Constructor Detail

Base64

public Base64()
Method Detail

encode

public static char[] encode(byte[] content)

decode

public static byte[] decode(char[] message)
                     throws java.io.IOException
Throws:
java.io.IOException