All Packages Class Hierarchy This Package Previous Next Index
Class is.logi.crypto.test.TestCDS
java.lang.Object
|
+----is.logi.crypto.Crypto
|
+----is.logi.crypto.test.TestCDS
- public class TestCDS
- extends Crypto
Parse the CDS from the command line and print out the object it
represents or an error mesage.
- Author:
- Logi Ragnarsson
(logir@hi.is)
- See Also:
- EncryptMode
-
main(String[])
- The CDS on the command-line is parsed into an object and promptly
written back to standard output.
main
public static void main(String arg[]) throws Throwable
- The CDS on the command-line is parsed into an object and promptly
written back to standard output. This is useful for testing CDS's
and for generating CDS's with constructs like
DES(?)
.
- Throws: Throwable
- Something went wrong
All Packages Class Hierarchy This Package Previous Next Index