Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java379 return loadPkcs12Internal(new PasswordProtection(new char[] {})) == null; in hasPassword()
397 java.security.KeyStore keystore = loadPkcs12Internal(password); in extractPkcs12Internal()
427 private java.security.KeyStore loadPkcs12Internal(PasswordProtection password) in loadPkcs12Internal() method in CredentialHelper