org.apache.directory.api.util
Class Base32

java.lang.Object
  extended by org.apache.directory.api.util.Base32

public final class Base32
extends Object

decoding of base32 characters to raw bytes. TODO: This class isn't used, remove it?

Author:
Apache Directory Project

Method Summary
static String encode(String str)
          Encodes a string to a Base64 encoded String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(String str)
Encodes a string to a Base64 encoded String.

Parameters:
str - the string
Returns:
the Base64 encoded string


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.