com.caplin.keymaster.keyimporter
Class KeyImporter

java.lang.Object
  extended by com.caplin.keymaster.keyimporter.KeyImporter

public class KeyImporter
extends Object

Class used to import keys into a hardware key storage solution.


Method Summary
static void main(String[] args)
          Program entry point.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        KeyStoreException,
                        NoSuchProviderException,
                        NoSuchAlgorithmException,
                        CertificateException,
                        InstantiationException,
                        IllegalAccessException,
                        ClassNotFoundException,
                        InvalidKeySpecException
Program entry point.

Parameters:
args - Command line arguments.
Throws:
IOException
KeyStoreException
NoSuchProviderException
NoSuchAlgorithmException
CertificateException
InstantiationException
IllegalAccessException
ClassNotFoundException
InvalidKeySpecException


Please send bug reports and comments to Caplin support