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.java522 KeyStore.PasswordProtection pProtect = null; in engineSetEntry() local
524 pProtect = (KeyStore.PasswordProtection)protParam; in engineSetEntry()
528 char[] password = (pProtect == null) ? null : pProtect.getPassword(); in engineSetEntry()