org.apache.directory.shared.ldap.util
Class Base32

java.lang.Object
  extended by org.apache.directory.shared.ldap.util.Base32

public class Base32
extends java.lang.Object

decoding of base32 characters to raw bytes.

Version:
$Revision: 664290 $
Author:
Apache Directory Project

Constructor Summary
Base32()
           
 
Method Summary
static java.lang.String encode(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base32

public Base32()
Method Detail

encode

public static java.lang.String encode(java.lang.String str)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.