|
Bouncy Castle Cryptography 1.11 API Specification: Class CertTest
org.bouncycastle.jce.provider.test
Class CertTest
java.lang.Object
|
+--org.bouncycastle.jce.provider.test.CertTest
- All Implemented Interfaces:
- Test
- public class CertTest
- extends java.lang.Object
- implements Test
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
checkCertificate
public TestResult checkCertificate(int id,
byte[] bytes)
checkSelfSignedCertificate
public TestResult checkSelfSignedCertificate(int id,
byte[] bytes)
checkCreation1
public TestResult checkCreation1()
- we generate a self signed certificate for the sake of testing - RSA
checkCreation2
public TestResult checkCreation2()
- we generate a self signed certificate for the sake of testing - DSA
checkCreation3
public TestResult checkCreation3()
- we generate a self signed certificate for the sake of testing - ECDSA
checkCRL
public TestResult checkCRL(int id,
byte[] bytes)
perform
public TestResult perform()
- Specified by:
perform in interface Test
main
public static void main(java.lang.String[] args)
|