Lines Matching refs:param

63      * @param alias the alias name
64 * @param password the password for recovering the key
84 * @param alias the alias name
108 * @param alias the alias name
118 * @param alias the alias name
137 * @param alias the alias name
138 * @param key the key to be associated with the alias
139 * @param password the password to protect the key
140 * @param chain the certificate chain for the corresponding public
165 * @param alias the alias name
166 * @param key the key (in protected format) to be associated with the alias
167 * @param chain the certificate chain for the corresponding public
187 * @param alias the alias name
188 * @param cert the certificate
201 * @param alias the alias name
218 * @param alias the alias name
237 * @param alias the alias for the keystore entry to be checked
250 * @param alias the alias for the keystore entry to be checked
275 * @param cert the certificate to match with.
286 * @param stream the output stream to which this keystore is written.
287 * @param password the password to generate the keystore integrity check
302 * @param param the <code>KeyStore.LoadStoreParmeter</code>
317 public void engineStore(KeyStore.LoadStoreParameter param)
332 * @param stream the input stream from which the keystore is loaded,
334 * @param password the password used to check the integrity of
359 * @param param the <code>KeyStore.LoadStoreParameter</code>
379 public void engineLoad(KeyStore.LoadStoreParameter param)
383 if (param == null) {
388 if (param instanceof KeyStore.SimpleLoadStoreParameter) {
389 ProtectionParameter protection = param.getProtectionParameter();
425 * @param alias get the <code>KeyStore.Entry</code> for this alias
426 * @param protParam the <code>ProtectionParameter</code>
494 * @param alias save the <code>KeyStore.Entry</code> under this alias
495 * @param entry the <code>Entry</code> to save
496 * @param protParam the <code>ProtectionParameter</code>
567 * @param alias the alias name
568 * @param entryClass the entry class