org.wso2.wsas.security.util
Class ImportKey

java.lang.Object
  extended byorg.wso2.wsas.security.util.ImportKey

public class ImportKey
extends java.lang.Object

Simple util class to import a given cert from a keystore and import it into a given keystore as a trusted cert


Constructor Summary
ImportKey()
           
 
Method Summary
static void main(java.lang.String[] args)
          sourcekeystore sourceStorepass keyalias targetstore targetStorePass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportKey

public ImportKey()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
sourcekeystore sourceStorepass keyalias targetstore targetStorePass

Parameters:
args -
Throws:
java.lang.Exception