Searched refs:selectFile (Results 1 – 7 of 7) sorted by relevance
125 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()134 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ODF not found!!"); in analyseFile()
116 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
101 if (selectFile(EFDIR_PATH) != APDU_SUCCESS) throw new PKCS15Exception("EF_DIR not found!!"); in lookupAID()
118 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_DODF not found!"); in analyseFile()
140 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ACRules not found!!"); in analyseFile()
170 public int selectFile(byte[] path) throws IOException, SecureElementException { in selectFile() method in EF
268 if (selectFile(path) == APDU_SUCCESS) { in addRestrictedHashes()