All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.hi.logir.cryptonite.test.TestCDS

java.lang.Object
   |
   +----is.hi.logir.cryptonite.Cryptonite
           |
           +----is.hi.logir.cryptonite.test.TestCDS

public class TestCDS
extends Cryptonite
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

Constructor Index

 o TestCDS()

Method Index

 o main(String[])
The CDS on the command-line is parsed into an object and promptly written back to standard output.

Constructors

 o TestCDS
 public TestCDS()

Methods

 o 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