Class CertUniqueIDTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.jce.provider.test.CertUniqueIDTest
-
- All Implemented Interfaces:
Test
public class CertUniqueIDTest extends SimpleTest
-
-
Constructor Summary
Constructors Constructor Description CertUniqueIDTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCreation1()we generate a self signed certificate for the sake of testing - RSAjava.lang.StringgetName()static voidmain(java.lang.String[] args)voidperformTest()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceTest- Specified by:
getNamein classSimpleTest
-
performTest
public void performTest() throws java.lang.Exception- Specified by:
performTestin classSimpleTest- Throws:
java.lang.Exception
-
checkCreation1
public void checkCreation1() throws java.lang.Exceptionwe generate a self signed certificate for the sake of testing - RSA- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-