org.bouncycastle.jce.provider.test
Class CertTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.jce.provider.test.CertTest
- All Implemented Interfaces:
- Test
public class CertTest
- extends SimpleTest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertTest
public CertTest()
getName
public java.lang.String getName()
- Specified by:
getName
in interface Test
- Specified by:
getName
in class SimpleTest
checkCertificate
public void checkCertificate(int id,
byte[] bytes)
checkNameCertificate
public void checkNameCertificate(int id,
byte[] bytes)
checkKeyUsage
public void checkKeyUsage(int id,
byte[] bytes)
checkSelfSignedCertificate
public void checkSelfSignedCertificate(int id,
byte[] bytes)
checkCreation1
public void checkCreation1()
throws java.lang.Exception
- we generate a self signed certificate for the sake of testing - RSA
- Throws:
java.lang.Exception
checkCreation2
public void checkCreation2()
- we generate a self signed certificate for the sake of testing - DSA
checkCreation3
public void checkCreation3()
- we generate a self signed certificate for the sake of testing - ECDSA
checkCRLCreation1
public void checkCRLCreation1()
throws java.lang.Exception
- Throws:
java.lang.Exception
checkCRLCreation2
public void checkCRLCreation2()
throws java.lang.Exception
- Throws:
java.lang.Exception
checkCRLCreation3
public void checkCRLCreation3()
throws java.lang.Exception
- Throws:
java.lang.Exception
checkCreation4
public void checkCreation4()
throws java.lang.Exception
- we generate a self signed certificate for the sake of testing - GOST3410
- Throws:
java.lang.Exception
checkCreation5
public void checkCreation5()
throws java.lang.Exception
- Throws:
java.lang.Exception
performTest
public void performTest()
throws java.lang.Exception
- Specified by:
performTest
in class SimpleTest
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)