|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eparapher.core.crypto.keystore.EPKeystoreUtils
public class EPKeystoreUtils
| Constructor Summary | |
|---|---|
EPKeystoreUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
exportUserKSCerts(String[] alias_array,
String directory)
|
static boolean |
exportUserKSPKAndCerts(String[] alias_array,
KeyStore ks_dest,
String password,
boolean keepKSPassword)
|
static KeyStore |
initNewKeystore(String ks_type,
String password)
|
static boolean |
isCertificateTrusted(X509Certificate cert)
|
static boolean |
saveKeystore(KeyStore ks,
String file,
String password)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EPKeystoreUtils()
| Method Detail |
|---|
public static KeyStore initNewKeystore(String ks_type,
String password)
public static boolean saveKeystore(KeyStore ks,
String file,
String password)
public static boolean isCertificateTrusted(X509Certificate cert)
public static boolean exportUserKSPKAndCerts(String[] alias_array,
KeyStore ks_dest,
String password,
boolean keepKSPassword)
public static boolean exportUserKSCerts(String[] alias_array,
String directory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||