Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java387 return extractPkcs12Internal(new PasswordProtection(password.toCharArray())); in extractPkcs12()
394 private boolean extractPkcs12Internal(PasswordProtection password) in extractPkcs12Internal() method in CredentialHelper