ch.ethz.ssh2.crypto

Class Base64


public class Base64
extends java.lang.Object

Basic Base64 Support.

Method Summary

static byte[]
decode(char[] message)
static char[]
encode(byte[] content)

Method Details

decode

public static byte[] decode(char[] message)
            throws IOException

encode

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