< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 42,51 **** --- 42,52 ---- /** * @test * @bug 8048830 * @summary Test store metadata attributes to PKCS12 keystore. * @library /lib/testlibrary ../ + * @library /test/lib * @run main MetadataStoreLoadTest */ public class MetadataStoreLoadTest { private static final char[] PASSWORD = "passwd".toCharArray(); private static final char[] KEY_PASSWORD = "keypasswd".toCharArray();
< prev index next >