Home | History | Annotate | Download | only in security

Lines Matching defs:getKeyStore

1639      * triggered when the {@linkplain #getKeyStore} method is called.
1669 public abstract KeyStore getKeyStore() throws KeyStoreException;
1674 * The {@code getKeyStore} method must be invoked before this
1683 * @throws IllegalStateException if the getKeyStore method has
1691 * The {@linkplain #getKeyStore} method of the returned object
1719 public KeyStore getKeyStore() {
1731 ("getKeyStore() must be called first");
1741 * <p>The first call to the {@link #getKeyStore} method on the returned
1753 * <p>Subsequent calls to {@link #getKeyStore} return the same object
1766 * <p><em>Note</em> that the {@link #getKeyStore} method is executed
1824 public synchronized KeyStore getKeyStore() throws KeyStoreException
1913 ("getKeyStore() must be called first");
1922 * <p>Each call to the {@link #getKeyStore} method on the returned
1935 * <p><em>Note</em> that the {@link #getKeyStore} method is executed
1995 public synchronized KeyStore getKeyStore()
2018 ("getKeyStore() must be called first");