All Packages Class Hierarchy This Package Previous Next Index
Class IS.hi.logir.cryptonite.test.TestEncryption
java.lang.Object
|
+----IS.hi.logir.cryptonite.test.TestEncryption
- public class TestEncryption
- extends Object
An application used to test and time encryption and decryption.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
lastCallToTimer
-
-
TestEncryption()
-
-
checkDiff(Data, Data)
-
-
error()
-
-
main(String[])
- main entrypoint - starts the application
-
timer(PrintStream)
- Write the number of minutes since the last call to timer
to the stream out.
lastCallToTimer
static Date lastCallToTimer
TestEncryption
public TestEncryption()
timer
public static void timer(PrintStream out)
- Write the number of minutes since the last call to timer
to the stream out.
checkDiff
public static boolean checkDiff(Data A,
Data B)
error
private static void error()
main
public static void main(String arg[]) throws IOException, ClassNotFoundException
- main entrypoint - starts the application
- Parameters:
- args - java.lang.String[]
- Throws: IOException
- if there is any kind of I/O or encryption error.
- Throws: ClassNotFoundException
- if there is trouble with the
deserialization of the KeyRing.
All Packages Class Hierarchy This Package Previous Next Index