All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.test.TestRSA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----cryptix.util.test.BaseTest
|
+----cryptix.test.TestRSA
- public class TestRSA
- extends BaseTest
This object tests the RawRSA* and RSA_*_PKCS1 classes by generating
4 keypairs with varying strength (384- to 768-bit in 128-bit increments).
It then tests each newly created keypair by signing a fixed string with
the private key and verifying the obtained signature with the public one.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.12 $
- Author:
- Raif S. Naffah
-
TestRSA()
-
-
engineTest()
- This method should be overridden by test subclasses, to perform the
actual testing.
-
main(String[])
-
TestRSA
public TestRSA()
main
public static void main(String args[])
engineTest
protected void engineTest() throws Exception
- This method should be overridden by test subclasses, to perform the
actual testing.
- Overrides:
- engineTest in class BaseTest
All Packages Class Hierarchy This Package Previous Next Index