Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DKeyStoreSpi.java551 KeyStore.PasswordProtection pProtect = null; in engineSetEntry() local
553 pProtect = (KeyStore.PasswordProtection)protParam; in engineSetEntry()
557 char[] password = (pProtect == null) ? null : pProtect.getPassword(); in engineSetEntry()