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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java768 * the alias by a call to <code>setKeyEntry</code>,
798 * by a call to <code>setKeyEntry</code>,
830 * created by a call to <code>setKeyEntry</code>,
896 public final void setKeyEntry(String alias, Key key, char[] password, method in class:KeyStore
936 public final void setKeyEntry(String alias, byte[] key, method in class:KeyStore
1045 * was created by a call to <code>setKeyEntry</code>,
1101 * created by a call to <code>setKeyEntry</code>,

Completed in 71 milliseconds