org.apache.commons.codec.binary
Class Base64TestData

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

public class Base64TestData
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

Field Summary
static String CODEC_101_MULTIPLE_OF_3
           
static String CODEC_98_NPE
           
static String CODEC_98_NPE_DECODED
           
 
Constructor Summary
Base64TestData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODEC_101_MULTIPLE_OF_3

public static final String CODEC_101_MULTIPLE_OF_3
See Also:
Constant Field Values

CODEC_98_NPE

public static final String CODEC_98_NPE
See Also:
Constant Field Values

CODEC_98_NPE_DECODED

public static final String CODEC_98_NPE_DECODED
See Also:
Constant Field Values
Constructor Detail

Base64TestData

public Base64TestData()


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