Lines Matching refs:param

287      * @param alias the alias name
288 * @param password the password, which must be <code>null</code>
350 * @param alias the alias name
383 * @param alias the alias name
401 * @param alias the alias name
423 * @param alias the alias name
424 * @param key the key to be associated with the alias
425 * @param password the password to protect the key
426 * @param chain the certificate chain for the corresponding public
482 * @param alias the alias name
483 * @param key the key (in protected format) to be associated with the alias
484 * @param chain the certificate chain for the corresponding public
506 * @param alias the alias name
507 * @param cert the certificate
531 * @param alias the alias name
595 * @param alias the alias name
620 * @param alias the alias for the keystore entry to be checked
641 * @param alias the alias for the keystore entry to be checked
674 * @param cert the certificate to match with.
696 * @param stream this must be <code>null</code>
697 * @param password this must be <code>null</code>
715 * @param param this must be <code>null</code>
721 public synchronized void engineStore(KeyStore.LoadStoreParameter param)
724 if (param != null) {
733 * @param stream the input stream, which must be <code>null</code>
734 * @param password the password used to unlock the keystore,
800 * @param param the <code>KeyStore.LoadStoreParameter</code>
811 public synchronized void engineLoad(KeyStore.LoadStoreParameter param)
825 if (param == null) {
830 if (param instanceof Secmod.KeyStoreLoadParameter) {
831 nssTrustType = ((Secmod.KeyStoreLoadParameter)param).getTrustType();
838 KeyStore.ProtectionParameter pp = param.getProtectionParameter();
893 * @param alias get the <code>KeyStore.Entry</code> for this alias
894 * @param protParam this must be <code>null</code>
1002 * @param alias save the <code>KeyStore.Entry</code> under this alias
1003 * @param entry the <code>Entry</code> to save
1004 * @param protParam this must be <code>null</code>
1181 * @param alias the alias name
1182 * @param entryClass the entry class
1416 * @param replaceCert if true, then caller is updating alias info for
2177 * @param type either ATTR_CLASS_CERT, ATTR_CLASS_PKEY, or ATTR_CLASS_SKEY
2178 * @param cka_id the CKA_ID if type is ATTR_CLASS_CERT or ATTR_CLASS_PKEY
2179 * @param cka_label the CKA_LABEL if type is ATTR_CLASS_SKEY