issrg.dis
Class P12toJKS

java.lang.Object
  extended by issrg.dis.P12toJKS

public class P12toJKS
extends java.lang.Object

This class converts a PKCS#12 keystore to a JKS keystore.

Author:
anhnt

Constructor Summary
P12toJKS()
          Creates a new instance of P12toJKS
 
Method Summary
static void main(java.lang.String[] args)
          The main method of the class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P12toJKS

public P12toJKS()
Creates a new instance of P12toJKS

Method Detail

main

public static void main(java.lang.String[] args)
The main method of the class

Parameters:
args - the command line arguments. args[0] is the PKCS#12 file including path, args[1] is the password of the PKCS#12 keystore. The password for the JKS keystore is the same as the password of the PKCS#12 keystore and the JKS keystore is named jkskeystore