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

/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddPrivateKey.java96 private final static String ALIAS3 = "entry3"; field in class:AddPrivateKey
163 ks.setKeyEntry(ALIAS3, key3, null, chain);
168 if (aliases.get(0).equals(ALIAS3) == false) {
172 PrivateKey key5 = (PrivateKey)ks.getKey(ALIAS3, null);
174 X509Certificate[] chain5 = (X509Certificate[])ks.getCertificateChain(ALIAS3);
180 ks.deleteEntry(ALIAS3);

Completed in 29 milliseconds