Searched refs:APDU_SUCCESS (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()
41 public static final int APDU_SUCCESS = 0x9000; field in EF203 return APDU_SUCCESS; in selectFile()
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()
268 if (selectFile(path) == APDU_SUCCESS) { in addRestrictedHashes()