Searched defs:protParam (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DKeyStoreSpi.java333 * @param protParam
346 KeyStore.ProtectionParameter protParam) throws KeyStoreException,
356 if (protParam != null) {
357 if (protParam instanceof KeyStore.PasswordProtection) {
359 passW = ((KeyStore.PasswordProtection) protParam)
364 } else if (protParam instanceof KeyStore.CallbackHandlerProtection) {
365 passW = getPasswordFromCallBack(protParam);
368 + "PasswordProtection: " + protParam);
395 * @param protParam
401 KeyStore.ProtectionParameter protParam) throw
345 engineGetEntry(String alias, KeyStore.ProtectionParameter protParam) argument
400 engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam) argument
499 getPasswordFromCallBack(KeyStore.ProtectionParameter protParam) argument
[all...]

Completed in 69 milliseconds