org.mozilla.jss.tests
Class KeyStoreTest
java.lang.Object
org.mozilla.jss.tests.KeyStoreTest
public class KeyStoreTest
extends java.lang.Object
addKey
public static void addKey(KeyStore ks,
String alias)
throws Throwable
dumpAliases
public static void dumpAliases(KeyStore ks)
throws Throwable
dumpCert
public static void dumpCert(KeyStore ks,
String alias)
throws Throwable
getCertByDER
public static void getCertByDER(KeyStore ks,
String derCertFilename)
throws Throwable
getKey
public static void getKey(KeyStore ks,
String alias)
throws Throwable
isTrustedCert
public static void isTrustedCert(KeyStore ks,
String alias)
throws Throwable
main
public static void main(argv[] )
printUsage
public static void printUsage()