Searched refs:protParam (Results 1 – 3 of 3) sorted by relevance
453 KeyStore.ProtectionParameter protParam) in engineGetEntry() argument480 if (protParam == null) { in engineGetEntry()494 if ((protParam == null) || protParam instanceof KeyStore.PasswordProtection) { in engineGetEntry()506 if (protParam != null) { in engineGetEntry()508 (KeyStore.PasswordProtection)protParam; in engineGetEntry()543 KeyStore.ProtectionParameter protParam) in engineSetEntry() argument547 if (protParam != null && in engineSetEntry()548 !(protParam instanceof KeyStore.PasswordProtection)) { in engineSetEntry()552 if (protParam != null) { in engineSetEntry()553 pProtect = (KeyStore.PasswordProtection)protParam; in engineSetEntry()
1571 public final Entry getEntry(String alias, ProtectionParameter protParam) in getEntry() argument1581 return keyStoreSpi.engineGetEntry(alias, protParam); in getEntry()1609 ProtectionParameter protParam) in setEntry() argument1617 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