com.fluendo.utils
Class Base64Converter

java.lang.Object
  extended by com.fluendo.utils.Base64Converter

public class Base64Converter
extends java.lang.Object


Field Summary
static char[] alphabet
           
 
Constructor Summary
Base64Converter()
           
 
Method Summary
static java.lang.String encode(byte[] octetString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alphabet

public static final char[] alphabet
Constructor Detail

Base64Converter

public Base64Converter()
Method Detail

encode

public static java.lang.String encode(byte[] octetString)