public class

CertUniqueIDTest

extends SimpleTest
java.lang.Object
   ↳ org.bouncycastle.util.test.SimpleTest
     ↳ org.bouncycastle.jce.provider.test.CertUniqueIDTest

Summary

Public Constructors
CertUniqueIDTest()
Public Methods
void checkCreation1()
we generate a self signed certificate for the sake of testing - RSA
String getName()
static void main(String[] args)
void performTest()
[Expand]
Inherited Methods
From class org.bouncycastle.util.test.SimpleTest
From class java.lang.Object
From interface org.bouncycastle.util.test.Test

Public Constructors

public CertUniqueIDTest ()

Public Methods

public void checkCreation1 ()

we generate a self signed certificate for the sake of testing - RSA

Throws
Exception

public String getName ()

public static void main (String[] args)

public void performTest ()

Throws
Exception