Class TrustManagerFactoryTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.jsse.provider.test.TrustManagerFactoryTest
-
- All Implemented Interfaces:
junit.framework.Test
public class TrustManagerFactoryTest extends junit.framework.TestCase
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]rootCertBinstatic byte[]rootCrlBin
-
Constructor Summary
Constructors Constructor Description TrustManagerFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestCertPathTrustManagerParameters()voidtestCertPathTrustManagerParametersFailure()-
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
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
testCertPathTrustManagerParameters
public void testCertPathTrustManagerParameters() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCertPathTrustManagerParametersFailure
public void testCertPathTrustManagerParametersFailure() throws java.lang.Exception- Throws:
java.lang.Exception
-
-