Home
last modified time | relevance | path

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

/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
H A DEF.java31 import com.android.se.security.arf.SecureElementException;
62 private void decodeFileProperties(byte[] data) throws SecureElementException { in decodeFileProperties()
80 private void decodeSIMFileProps(byte[] data) throws SecureElementException { in decodeSIMFileProps()
82 throw new SecureElementException("Invalid Response data"); in decodeSIMFileProps()
115 private void decodeUSIMFileProps(byte[] data) throws SecureElementException { in decodeUSIMFileProps()
160 throw new SecureElementException("Invalid GetResponse"); in decodeUSIMFileProps()
172 throw new SecureElementException("Incorrect path"); in selectFile()
218 throw new SecureElementException( in readBinary()
254 throw new SecureElementException("Incorrect file structure"); in readRecord()
259 throw new SecureElementException("Incorrect record number"); in readRecord()
[all …]
H A DPKCS15Handler.java46 import com.android.se.security.arf.SecureElementException;
94 SecureElementException { in updateACRules()
147 SecureElementException { in initACEntryPoint()
203 NoSuchElementException, PKCS15Exception, SecureElementException { in selectACRulesContainer()
H A DEFACMain.java48 import com.android.se.security.arf.SecureElementException;
99 public byte[] analyseFile() throws IOException, PKCS15Exception, SecureElementException { in analyseFile()
H A DEFDIR.java43 import com.android.se.security.arf.SecureElementException;
98 SecureElementException { in lookupAID()
H A DEFDODF.java44 import com.android.se.security.arf.SecureElementException;
115 SecureElementException { in analyseFile()
H A DEFODF.java48 import com.android.se.security.arf.SecureElementException;
110 SecureElementException { in analyseFile()
H A DEFACRules.java49 import com.android.se.security.arf.SecureElementException;
134 SecureElementException { in analyseFile()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/
H A DSecureElementException.java38 public class SecureElementException extends Exception { class
42 public SecureElementException(String message) { in SecureElementException() method in SecureElementException
H A DSecureElement.java85 public byte[] exchangeAPDU(EF ef, byte[] cmd) throws IOException, SecureElementException { in exchangeAPDU()
92 throw new SecureElementException( in exchangeAPDU()