Searched refs:mSEHandle (Results 1 – 5 of 5) sorted by relevance
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/ |
D | PKCS15Handler.java | 69 private SecureElement mSEHandle; field in PKCS15Handler 88 mSEHandle = handle; in PKCS15Handler() 97 mSEHandle.resetAccessRules(); in updateACRules() 99 if (mArfChannel != null) mSEHandle.closeArfChannel(); in updateACRules() 111 mSEHandle.resetAccessRules(); in updateACRules() 119 mACRulesObject = new EFACRules(mSEHandle); in updateACRules() 121 mSEHandle.clearAccessRuleCache(); in updateACRules() 123 if (mArfChannel != null) mSEHandle.closeArfChannel(); in updateACRules() 134 mSEHandle.resetAccessRules(); in updateACRules() 165 EFODF ODFObject = new EFODF(mSEHandle); in initACEntryPoint() [all …]
|
D | EF.java | 49 protected SecureElement mSEHandle = null; field in EF 55 mSEHandle = handle; in EF() 191 data = mSEHandle.exchangeAPDU(this, cmd); in selectFile() 236 System.arraycopy(mSEHandle.exchangeAPDU(this, cmd), 0, result, pos, length); in readBinary() 265 return Arrays.copyOf(mSEHandle.exchangeAPDU(this, cmd), mFileRecordSize); in readRecord()
|
D | EFACMain.java | 87 if (!Arrays.equals(refreshTag, this.mSEHandle.getRefreshTag())) { in decodeDER() 88 mSEHandle.setRefreshTag(refreshTag); in decodeDER()
|
D | EFACConditions.java | 99 mSEHandle.putAccessRule(mAidRefDo, hash_ref_do, channelAccess); in decodeDER() 256 mSEHandle.putAccessRule(mAidRefDo, hash_ref_do, channelAccess); in decodeDER()
|
D | EFACRules.java | 111 EFACConditions temp = new EFACConditions(mSEHandle, new AID_REF_DO(tag, aid)); in decodeDER()
|