http://i2p-javadocs.i2p/net/i2p/crypto/KeyStoreUtil.html
DSA , RSA, EC keySize - e.g. 1024 keyPW - the key password, must be at least 6 characters Returns: all you need:
rv[0] is a Java PublicKey
rv[1] is a Java PrivateKey
rv[2] is a Java X509Certificate
rv[3] is a Java X509CRL Throws: GeneralSecurityException IOException Since: 0.9.34 added altNames param createKeysAndCRL public static Object [] createKeysAndCRL ( File ks, String ksPW, String alias, String cname, String ou,
int validDays, SigType type, String...