|
Bouncy Castle Cryptography 1.30 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.provider.test.CertTest
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 |
checkCreation4()
we generate a self signed certificate for the sake of testing - GOST3410 |
TestResult |
checkCRL(int id,
byte[] bytes)
|
TestResult |
checkCRLCreation()
|
TestResult |
checkKeyUsage(int id,
byte[] bytes)
|
TestResult |
checkNameCertificate(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 |
public CertTest()
Method Detail |
public java.lang.String getName()
getName
in interface Test
public TestResult checkCertificate(int id, byte[] bytes)
public TestResult checkNameCertificate(int id, byte[] bytes)
public TestResult checkKeyUsage(int id, byte[] bytes)
public TestResult checkSelfSignedCertificate(int id, byte[] bytes)
public TestResult checkCreation1()
public TestResult checkCreation2()
public TestResult checkCreation3()
public TestResult checkCRL(int id, byte[] bytes)
public TestResult checkCRLCreation()
public TestResult checkCreation4()
public TestResult perform()
perform
in interface Test
public static void main(java.lang.String[] args)
|
Bouncy Castle Cryptography 1.30 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |