Bouncy Castle Cryptography 1.11 API Specification: Class CertTest
Bouncy Castle Cryptography 1.11

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


Constructor Summary
CertTest()
           
 
Method Summary
 TestResult checkCertificate(int id, byte[] bytes)
           
 TestResult checkCreation1()
          we generate a self signed certificate for the sake of testing - RSA
 TestResult checkCreation2()
          we generate a self signed certificate for the sake of testing - DSA
 TestResult checkCreation3()
          we generate a self signed certificate for the sake of testing - ECDSA
 TestResult checkCRL(int id, byte[] bytes)
           
 TestResult checkSelfSignedCertificate(int id, byte[] bytes)
           
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertTest

public CertTest()
Method Detail

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)

Bouncy Castle Cryptography 1.11