org.apache.commons.codec.binary
Class Base32TestData

java.lang.Object
  extended by org.apache.commons.codec.binary.Base32TestData

public class Base32TestData
extends Object

This random data was encoded by OpenSSL. Java had nothing to do with it. This data helps us test interop between Commons-Codec and OpenSSL. Notice that OpenSSL creates 64 character lines instead of the 76 of Commons-Codec.

Since:
1.4
Version:
$Id $
See Also:
RFC 2045

Constructor Summary
Base32TestData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base32TestData

public Base32TestData()


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