All Packages Class Hierarchy This Package Previous Next Index
Class IS.hi.logir.cryptonite.test.TestKeyGeneration
java.lang.Object
|
+----IS.hi.logir.cryptonite.test.TestKeyGeneration
- public class TestKeyGeneration
- extends Object
An application used to time the generation of RSA keys.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
lastCallToTimer
-
-
TestKeyGeneration()
-
-
main(String[])
- main entrypoint - starts the application
-
timer()
- Return the number of milliseconds since the last call to timer.
lastCallToTimer
static Date lastCallToTimer
TestKeyGeneration
public TestKeyGeneration()
timer
public static long timer()
- Return the number of milliseconds since the last call to timer.
main
public static void main(String arg[])
- main entrypoint - starts the application
- Parameters:
- args - java.lang.String[]
All Packages Class Hierarchy This Package Previous Next Index