Lines Matching refs:param

261          * @param password the password, which may be <code>null</code>
325 * @param handler the CallbackHandler
371 * @param privateKey the <code>PrivateKey</code>
372 * @param chain an array of <code>Certificate</code>s
494 * @param secretKey the <code>SecretKey</code>
538 * @param trustedCert the trusted <code>Certificate</code>
572 * @param keyStoreSpi the provider implementation.
573 * @param provider the provider.
574 * @param type the keystore type.
595 * @param type the type of keystore.
633 * @param type the type of keystore.
639 * @param provider the name of the provider.
676 * @param type the type of keystore.
682 * @param provider the provider.
772 * @param alias the alias name
773 * @param password the password for recovering the key
802 * @param alias the alias name
836 * @param alias the alias name
856 * @param alias the alias name
885 * @param alias the alias name
886 * @param key the key to be associated with the alias
887 * @param password the password to protect the key
888 * @param chain the certificate chain for the corresponding public
927 * @param alias the alias name
928 * @param key the key (in protected format) to be associated with the alias
929 * @param chain the certificate chain for the corresponding public
956 * @param alias the alias name
957 * @param cert the certificate
976 * @param alias the alias name
1010 * @param alias the alias name
1049 * @param alias the alias for the keystore entry to be checked
1072 * @param alias the alias for the keystore entry to be checked
1107 * @param cert the certificate to match with.
1128 * @param stream the output stream to which this keystore is written.
1129 * @param password the password to generate the keystore integrity check
1152 * @param param the <code>LoadStoreParameter</code>
1169 public final void store(LoadStoreParameter param)
1175 keyStoreSpi.engineStore(param);
1194 * @param stream the input stream from which the keystore is loaded,
1196 * @param password the password used to check the integrity of
1224 * @param param the <code>LoadStoreParameter</code>
1244 public final void load(LoadStoreParameter param)
1248 keyStoreSpi.engineLoad(param);
1256 * @param alias get the keystore <code>Entry</code> for this alias
1257 * @param protParam the <code>ProtectionParameter</code>
1301 * @param alias save the keystore <code>Entry</code> under this alias
1302 * @param entry the <code>Entry</code> to save
1303 * @param protParam the <code>ProtectionParameter</code>
1334 * @param alias the alias name
1335 * @param entryClass the entry class
1408 * @param alias the alias of the KeyStore entry
1429 * @param keyStore the KeyStore to be encapsulated
1430 * @param protectionParameter the ProtectionParameter used to
1500 * @param type the type of KeyStore to be constructed
1501 * @param provider the provider from which the KeyStore is to
1503 * @param file the File that contains the KeyStore data
1504 * @param protection the ProtectionParameter securing the KeyStore data
1669 * @param type the type of KeyStore to be constructed
1670 * @param provider the provider from which the KeyStore is to
1672 * @param protection the ProtectionParameter securing the Keystore
1695 LoadStoreParameter param = new SimpleLoadStoreParameter(protection);
1697 ks.load(param);
1705 ks.load(param);