Searched refs:ALIAS1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddPrivateKey.java94 private final static String ALIAS1 = "entry1"; field in class:AddPrivateKey
113 ks.setKeyEntry(ALIAS1, key, null, chain);
118 if (aliases.get(0).equals(ALIAS1) == false) {
122 PrivateKey key2 = (PrivateKey)ks.getKey(ALIAS1, null);
124 X509Certificate[] chain2 = (X509Certificate[])ks.getCertificateChain(ALIAS1);
134 ks.deleteEntry(ALIAS1);

Completed in 651 milliseconds