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[]rootCertBinstatic byte[]rootCrlBin 
- 
Constructor Summary
Constructors Constructor Description RevocationTest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestEndEntityOnly()voidtestRevokedEndEntityOnly()voidtestRevokedEndEntityWithSoftFailure()voidtestRevokedWithCRLDistPointEndEntityOnly()voidtestValidPath()- 
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:
 setUpin 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
 
 - 
 
 -