Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DPKCS15Handler.java69 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 …]
DEF.java49 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()
DEFACMain.java87 if (!Arrays.equals(refreshTag, this.mSEHandle.getRefreshTag())) { in decodeDER()
88 mSEHandle.setRefreshTag(refreshTag); in decodeDER()
DEFACConditions.java99 mSEHandle.putAccessRule(mAidRefDo, hash_ref_do, channelAccess); in decodeDER()
256 mSEHandle.putAccessRule(mAidRefDo, hash_ref_do, channelAccess); in decodeDER()
DEFACRules.java111 EFACConditions temp = new EFACConditions(mSEHandle, new AID_REF_DO(tag, aid)); in decodeDER()