Lines Matching refs:param

64      * @param alias the alias name
65 * @param password the password for recovering the key
85 * @param alias the alias name
109 * @param alias the alias name
119 * @param alias the alias name
138 * @param alias the alias name
139 * @param key the key to be associated with the alias
140 * @param password the password to protect the key
141 * @param chain the certificate chain for the corresponding public
166 * @param alias the alias name
167 * @param key the key (in protected format) to be associated with the alias
168 * @param chain the certificate chain for the corresponding public
188 * @param alias the alias name
189 * @param cert the certificate
202 * @param alias the alias name
219 * @param alias the alias name
238 * @param alias the alias for the keystore entry to be checked
251 * @param alias the alias for the keystore entry to be checked
276 * @param cert the certificate to match with.
287 * @param stream the output stream to which this keystore is written.
288 * @param password the password to generate the keystore integrity check
303 * @param param the {@code KeyStore.LoadStoreParmeter}
318 public void engineStore(KeyStore.LoadStoreParameter param)
333 * @param stream the input stream from which the keystore is loaded,
335 * @param password the password used to check the integrity of
360 * @param param the {@code KeyStore.LoadStoreParameter}
380 public void engineLoad(KeyStore.LoadStoreParameter param)
384 if (param == null) {
389 if (param instanceof KeyStore.SimpleLoadStoreParameter) {
390 ProtectionParameter protection = param.getProtectionParameter();
426 * @param alias get the {@code KeyStore.Entry} for this alias
427 * @param protParam the {@code ProtectionParameter}
503 * @param alias save the {@code KeyStore.Entry} under this alias
504 * @param entry the {@code Entry} to save
505 * @param protParam the {@code ProtectionParameter}
561 * @param alias the alias name
562 * @param entryClass the entry class