Searched defs:engineGetEntry (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStoreSpi.java445 public KeyStore.Entry engineGetEntry(String alias, method in class:KeyStoreSpi
/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java462 public KeyStore.Entry engineGetEntry(String alias, method in class:EntryMethods.Post15
467 ("Post15 engineGetEntry(String, ProtectionParam) " +
474 ("Post15 engineGetEntry(String, ProtectionParam) " +
514 public KeyStore.Entry engineGetEntry(String alias, method in class:EntryMethods.UnrecoverableKS
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java907 public synchronized KeyStore.Entry engineGetEntry(String alias, method in class:P11KeyStore
924 debug.println("engineGetEntry did not find alias [" +
938 debug.println("engineGetEntry found trusted cert entry");
944 debug.println("engineGetEntry found secret key entry");
959 debug.println("engineGetEntry found private key entry");
975 ("engineGetEntry got null cert chain or private key");
1244 debug.println("engineGetEntry found " +

Completed in 73 milliseconds