Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
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()
170 public int selectFile(byte[] path) throws IOException, SecureElementException { in selectFile()
172 throw new SecureElementException("Incorrect path"); in selectFile()
213 public byte[] readBinary(int offset, int nbBytes) throws IOException, SecureElementException { in readBinary()
216 if (mFileType != EF) throw new SecureElementException("Incorrect file type"); in readBinary()
[all …]
DPKCS15Handler.java46 import com.android.se.security.arf.SecureElementException;
94 SecureElementException { in updateACRules()
147 SecureElementException { in initACEntryPoint()
203 NoSuchElementException, PKCS15Exception, SecureElementException { in selectACRulesContainer()
DEFACMain.java48 import com.android.se.security.arf.SecureElementException;
99 public byte[] analyseFile() throws IOException, PKCS15Exception, SecureElementException { in analyseFile()
DEFDIR.java43 import com.android.se.security.arf.SecureElementException;
98 SecureElementException { in lookupAID()
DEFDODF.java44 import com.android.se.security.arf.SecureElementException;
115 SecureElementException { in analyseFile()
DEFODF.java48 import com.android.se.security.arf.SecureElementException;
110 SecureElementException { in analyseFile()
DEFACRules.java49 import com.android.se.security.arf.SecureElementException;
134 SecureElementException { in analyseFile()
/packages/apps/SecureElement/src/com/android/se/security/arf/
DSecureElementException.java38 public class SecureElementException extends Exception { class
42 public SecureElementException(String message) { in SecureElementException() method in SecureElementException
DSecureElement.java85 public byte[] exchangeAPDU(EF ef, byte[] cmd) throws IOException, SecureElementException { in exchangeAPDU()
92 throw new SecureElementException( in exchangeAPDU()