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