org.bouncycastle.jce.provider.test
Class CertPathTest

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

public class CertPathTest
extends SimpleTest


Nested Class Summary
private static class CertPathTest.MyCertificate
           
private static class CertPathTest.MyCertPath
           
 
Field Summary
(package private) static byte[] certA
           
(package private) static byte[] certB
           
(package private) static byte[] certC
           
(package private) static byte[] certD
           
(package private) static byte[] finalCertBin
           
(package private) static byte[] interCertBin
           
(package private) static byte[] interCrlBin
           
(package private) static byte[] rootCertBin
           
(package private) static byte[] rootCrlBin
           
 
Constructor Summary
CertPathTest()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 void performTest()
           
private  void testExceptions()
           
 
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

rootCertBin

static byte[] rootCertBin

interCertBin

static byte[] interCertBin

finalCertBin

static byte[] finalCertBin

rootCrlBin

static byte[] rootCrlBin

interCrlBin

static byte[] interCrlBin

certA

static byte[] certA

certB

static byte[] certB

certC

static byte[] certC

certD

static byte[] certD
Constructor Detail

CertPathTest

public CertPathTest()
Method Detail

testExceptions

private void testExceptions()
                     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

getName

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

main

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