Bouncy Castle Cryptography Library 1.45

org.bouncycastle.tsp.test
Class ParseTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.tsp.test.ParseTest

public class ParseTest
extends TestCase

Test Cases


Constructor Summary
ParseTest()
           
 
Method Summary
 java.lang.String getName()
           
 void parse(byte[] encoded, boolean tokenPresent)
           
 void testParsing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseTest

public ParseTest()
Method Detail

getName

public java.lang.String getName()

testParsing

public void testParsing()
                 throws java.lang.Exception
Throws:
java.lang.Exception

parse

public void parse(byte[] encoded,
                  boolean tokenPresent)
           throws java.lang.Exception
Throws:
java.lang.Exception

Bouncy Castle Cryptography Library 1.45