< prev index next >

test/jdk/java/security/KeyStore/PKCS12/StoreTrustedCertAPITest.java

Print this page
rev 51638 : [mq]: 8210112

*** 41,50 **** --- 41,51 ---- * @bug 8048830 * @summary Test imports certificate from file to PKCS12 keystore store it as * trusted certificate Check import errors (must be not errors) & check keystore * content after import * @library /lib/testlibrary ../ + * @library /test/lib * @run main StoreTrustedCertAPITest */ public class StoreTrustedCertAPITest { private static final char[] PASSWORD = "passwd".toCharArray(); private static final String ALIAS = "testkey_stcapi";
< prev index next >