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.java453 KeyStore.ProtectionParameter protParam) in engineGetEntry() argument
480 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() argument
547 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()
DKeyStore.java1571 public final Entry getEntry(String alias, ProtectionParameter protParam) in getEntry() argument
1581 return keyStoreSpi.engineGetEntry(alias, protParam); in getEntry()
1609 ProtectionParameter protParam) in setEntry() argument
1617 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