Bouncy Castle Cryptography Library 1.37

org.bouncycastle.util.encoders.test
Class EncoderTest

java.lang.Object
  extended by org.bouncycastle.util.test.SimpleTest
      extended by org.bouncycastle.util.encoders.test.EncoderTest
All Implemented Interfaces:
Test

public class EncoderTest
extends SimpleTest


Field Summary
static boolean DEBUG
           
 
Constructor Summary
EncoderTest()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 void performTest()
           
 void testBase64()
           
 void testBase64WithNL()
           
 void testHex()
           
 
Methods inherited from class org.bouncycastle.util.test.SimpleTest
areEqual, fail, fail, fail, perform, runTest, runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

EncoderTest

public EncoderTest()
Method Detail

main

public static void main(java.lang.String[] args)

getName

public java.lang.String getName()
Specified by:
getName in interface Test
Specified by:
getName in class SimpleTest

performTest

public void performTest()
Specified by:
performTest in class SimpleTest

testBase64

public void testBase64()

testBase64WithNL

public void testBase64WithNL()

testHex

public void testHex()

Bouncy Castle Cryptography Library 1.37