Home
last modified time | relevance | path

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

/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
H A DEFODF.java109 public byte[] analyseFile(byte[] pkcs15Path) throws IOException, PKCS15Exception, in analyseFile() argument
116 if (pkcs15Path != null) { in analyseFile()
117 path = new byte[pkcs15Path.length + EFODF_PATH.length]; in analyseFile()
118 System.arraycopy(pkcs15Path, 0, path, 0, pkcs15Path.length); in analyseFile()
119 System.arraycopy(EFODF_PATH, 0, path, pkcs15Path.length, EFODF_PATH.length); in analyseFile()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccPkcs15.java67 public FileHandler(String pkcs15Path) { in FileHandler() argument
68 log("Creating FileHandler, pkcs15Path: " + pkcs15Path); in FileHandler()
69 mPkcs15Path = pkcs15Path; in FileHandler()