Home
last modified time | relevance | path

Searched refs:protParam (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DKeyStoreSpi.java447 KeyStore.ProtectionParameter protParam) in engineGetEntry() argument
455 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() argument
518 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()
DKeyStore.java1550 public final Entry getEntry(String alias, ProtectionParameter protParam) in getEntry() argument
1560 return keyStoreSpi.engineGetEntry(alias, protParam); in getEntry()
1588 ProtectionParameter protParam) in setEntry() argument
1596 keyStoreSpi.engineSetEntry(alias, entry, protParam); in setEntry()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java168 java.lang.String alias, java.security.KeyStore.ProtectionParameter protParam) in getEntry() argument
177 java.security.KeyStore.ProtectionParameter protParam) in setEntry() argument