org.bouncycastle.cert.test
Class CertTest
java.lang.Object
|
+--org.bouncycastle.util.test.SimpleTest
|
+--org.bouncycastle.cert.test.CertTest
- public class CertTest
- extends org.bouncycastle.util.test.SimpleTest
Methods inherited from class org.bouncycastle.util.test.SimpleTest |
areEqual,
areEqual,
fail,
fail,
fail,
isEquals,
isEquals,
isEquals,
isEquals,
isEquals,
isEquals,
isTrue,
isTrue,
perform,
runTest,
runTest,
runTests,
runTests |
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()
- Overrides:
- getName in class org.bouncycastle.util.test.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
checkCreation2
public void checkCreation2()
throws java.lang.Exception
- 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
checkCRLCreation2
public void checkCRLCreation2()
throws java.lang.Exception
checkCRLCreation3
public void checkCRLCreation3()
throws java.lang.Exception
checkCreation4
public void checkCreation4()
throws java.lang.Exception
- we generate a self signed certificate for the sake of testing - GOST3410
checkCreation5
public void checkCreation5()
throws java.lang.Exception
performTest
public void performTest()
throws java.lang.Exception
- Overrides:
- performTest in class org.bouncycastle.util.test.SimpleTest
main
public static void main(java.lang.String[] args)