|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.dis.P12toJKS
public class P12toJKS
This class converts a PKCS#12 keystore to a JKS keystore.
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 |
---|
public P12toJKS()
Method Detail |
---|
public static void main(java.lang.String[] args)
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |