Searched refs:protParam (Results 1 – 3 of 3) sorted by relevance
447 KeyStore.ProtectionParameter protParam) in engineGetEntry() argument455 if (protParam == null) { in engineGetEntry()467 if ((protParam == null) || protParam instanceof KeyStore.PasswordProtection) { in engineGetEntry()477 if (protParam != null) { in engineGetEntry()479 (KeyStore.PasswordProtection)protParam; in engineGetEntry()514 KeyStore.ProtectionParameter protParam) in engineSetEntry() argument518 if (protParam != null && in engineSetEntry()519 !(protParam instanceof KeyStore.PasswordProtection)) { in engineSetEntry()523 if (protParam != null) { in engineSetEntry()524 pProtect = (KeyStore.PasswordProtection)protParam; in engineSetEntry()
1550 public final Entry getEntry(String alias, ProtectionParameter protParam) in getEntry() argument1560 return keyStoreSpi.engineGetEntry(alias, protParam); in getEntry()1588 ProtectionParameter protParam) in setEntry() argument1596 keyStoreSpi.engineSetEntry(alias, entry, protParam); in setEntry()
168 java.lang.String alias, java.security.KeyStore.ProtectionParameter protParam) in getEntry() argument177 java.security.KeyStore.ProtectionParameter protParam) in setEntry() argument