public class

CertTest

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

Summary

Public Constructors
CertTest()
Public Methods
void checkCRLCreation1()
void checkCRLCreation2()
void checkCRLCreation3()
void checkCertificate(int id, byte[] bytes)
void checkCreation1()
we generate a self signed certificate for the sake of testing - RSA
void checkCreation2()
we generate a self signed certificate for the sake of testing - DSA
void checkCreation3()
we generate a self signed certificate for the sake of testing - ECDSA
void checkCreation4()
we generate a self signed certificate for the sake of testing - GOST3410
void checkCreation5()
void checkKeyUsage(int id, byte[] bytes)
void checkNameCertificate(int id, byte[] bytes)
void checkSelfSignedCertificate(int id, byte[] bytes)
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 CertTest ()

Public Methods

public void checkCRLCreation1 ()

Throws
Exception

public void checkCRLCreation2 ()

Throws
Exception

public void checkCRLCreation3 ()

Throws
Exception

public void checkCertificate (int id, byte[] bytes)

public void checkCreation1 ()

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

Throws
Exception

public void checkCreation2 ()

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

public void checkCreation3 ()

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

public void checkCreation4 ()

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

Throws
Exception

public void checkCreation5 ()

Throws
Exception

public void checkKeyUsage (int id, byte[] bytes)

public void checkNameCertificate (int id, byte[] bytes)

public void checkSelfSignedCertificate (int id, byte[] bytes)

public String getName ()

public static void main (String[] args)

public void performTest ()

Throws
Exception