com.caplin.keymaster.keyimporter
Class KeyImportVerifier

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

public class KeyImportVerifier
extends Object

Class used to verify that keys imported using the KeyImporter class are present in the hardware storage module.


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 InvalidKeyException,
                        KeyStoreException,
                        NoSuchProviderException,
                        NoSuchAlgorithmException,
                        CertificateException,
                        InvalidKeySpecException,
                        UnrecoverableKeyException,
                        SignatureException,
                        NoSuchPaddingException,
                        InvalidAlgorithmParameterException,
                        IllegalBlockSizeException,
                        BadPaddingException,
                        IOException,
                        InstantiationException,
                        IllegalAccessException,
                        ClassNotFoundException
Program entry point.

Throws:
InvalidKeyException
KeyStoreException
NoSuchProviderException
NoSuchAlgorithmException
CertificateException
InvalidKeySpecException
UnrecoverableKeyException
SignatureException
NoSuchPaddingException
InvalidAlgorithmParameterException
IllegalBlockSizeException
BadPaddingException
IOException
InstantiationException
IllegalAccessException
ClassNotFoundException


Please send bug reports and comments to Caplin support