Class CertPathValidatorTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.jce.provider.test.CertPathValidatorTest
-
- All Implemented Interfaces:
Test
public class CertPathValidatorTest extends SimpleTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCertPathValidatorTest.X509CertificateObject
-
Constructor Summary
Constructors Constructor Description CertPathValidatorTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()static voidmain(java.lang.String[] args)voidperformTest()voidtestEmptyPath()
-
-
-
Method Detail
-
testEmptyPath
public void testEmptyPath() throws java.lang.Exception- Throws:
java.lang.Exception
-
performTest
public void performTest() throws java.lang.Exception- Specified by:
performTestin classSimpleTest- Throws:
java.lang.Exception
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceTest- Specified by:
getNamein classSimpleTest
-
main
public static void main(java.lang.String[] args)
-
-