Searched refs:pProtect (Results 1 – 1 of 1) sorted by relevance
522 KeyStore.PasswordProtection pProtect = null; in engineSetEntry() local524 pProtect = (KeyStore.PasswordProtection)protParam; in engineSetEntry()528 char[] password = (pProtect == null) ? null : pProtect.getPassword(); in engineSetEntry()