Bouncy Castle Cryptography 1.28

org.bouncycastle.tsp.test
Class ParseTest

java.lang.Object
  extended byorg.bouncycastle.tsp.test.ParseTest
All Implemented Interfaces:
org.bouncycastle.util.test.Test

public class ParseTest
extends java.lang.Object
implements org.bouncycastle.util.test.Test

Test Cases


Constructor Summary
ParseTest()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 org.bouncycastle.util.test.TestResult parse(byte[] encoded, boolean tokenPresent)
           
 org.bouncycastle.util.test.TestResult perform()
           
 
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()
Specified by:
getName in interface org.bouncycastle.util.test.Test

perform

public org.bouncycastle.util.test.TestResult perform()
Specified by:
perform in interface org.bouncycastle.util.test.Test

parse

public org.bouncycastle.util.test.TestResult parse(byte[] encoded,
                                                   boolean tokenPresent)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

main

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

Bouncy Castle Cryptography 1.28