Package org.bouncycastle.pkix.test
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[]
rootCertBin
static byte[]
rootCrlBin
-
Constructor Summary
Constructors Constructor Description RevocationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testEndEntityOnly()
void
testRevokedEndEntityOnly()
void
testRevokedEndEntityWithSoftFailure()
void
testRevokedWithCRLDistPointEndEntityOnly()
void
testValidPath()
-
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
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Overrides:
setUp
in classjunit.framework.TestCase
- Throws:
java.lang.Exception
-
testValidPath
public void testValidPath() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEndEntityOnly
public void testEndEntityOnly() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRevokedEndEntityOnly
public void testRevokedEndEntityOnly() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRevokedEndEntityWithSoftFailure
public void testRevokedEndEntityWithSoftFailure() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRevokedWithCRLDistPointEndEntityOnly
public void testRevokedWithCRLDistPointEndEntityOnly() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-