Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
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()