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)

Variable Index

 o lastCallToTimer

Constructor Index

 o TestKeyGeneration()

Method Index

 o main(String[])
main entrypoint - starts the application
 o timer()
Return the number of milliseconds since the last call to timer.

Variables

 o lastCallToTimer
 static Date lastCallToTimer

Constructors

 o TestKeyGeneration
 public TestKeyGeneration()

Methods

 o timer
 public static long timer()
Return the number of milliseconds since the last call to timer.

 o 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