org.bouncycastle.jce.provider.test
Class CRL5Test

java.lang.Object
  extended by org.bouncycastle.util.test.SimpleTest
      extended by org.bouncycastle.jce.provider.test.CRL5Test
All Implemented Interfaces:
Test

public class CRL5Test
extends SimpleTest


Field Summary
(package private)  byte[] directCRL
           
(package private)  byte[] inDirectCrl
           
 
Constructor Summary
CRL5Test()
           
 
Method Summary
 void directCRLTest()
           
 java.lang.String getName()
           
 void indirectCRLTest()
           
static void main(java.lang.String[] args)
           
 void performTest()
           
 
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

inDirectCrl

byte[] inDirectCrl

directCRL

byte[] directCRL
Constructor Detail

CRL5Test

public CRL5Test()
Method Detail

getName

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

indirectCRLTest

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

directCRLTest

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

performTest

public void performTest()
                 throws java.lang.Exception
Specified by:
performTest in class SimpleTest
Throws:
java.lang.Exception

main

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