Package org.bouncycastle.pkix.test
Class RevocationTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pkix.test.RevocationTest
-
public class RevocationTest extends 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()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- 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
-
-