Class RevocationTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.bouncycastle.pkix.test.RevocationTest
All Implemented Interfaces:
junit.framework.Test

public class RevocationTest extends junit.framework.TestCase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static byte[]
     
    static byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     
    void
     
    void
     

    Methods inherited from class junit.framework.TestCase

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • rootCertBin

      public static byte[] rootCertBin
    • rootCrlBin

      public static byte[] rootCrlBin
  • Constructor Details

    • RevocationTest

      public RevocationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class junit.framework.TestCase
      Throws:
      Exception
    • testValidPath

      public void testValidPath() throws Exception
      Throws:
      Exception
    • testEndEntityOnly

      public void testEndEntityOnly() throws Exception
      Throws:
      Exception
    • testRevokedEndEntityOnly

      public void testRevokedEndEntityOnly() throws Exception
      Throws:
      Exception
    • testRevokedEndEntityWithSoftFailure

      public void testRevokedEndEntityWithSoftFailure() throws Exception
      Throws:
      Exception
    • testRevokedWithCRLDistPointEndEntityOnly

      public void testRevokedWithCRLDistPointEndEntityOnly() throws Exception
      Throws:
      Exception