Searched refs:SecureElementException (Results 1 – 9 of 9) sorted by relevance
31 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 …]
46 import com.android.se.security.arf.SecureElementException;94 SecureElementException { in updateACRules()147 SecureElementException { in initACEntryPoint()203 NoSuchElementException, PKCS15Exception, SecureElementException { in selectACRulesContainer()
48 import com.android.se.security.arf.SecureElementException;99 public byte[] analyseFile() throws IOException, PKCS15Exception, SecureElementException { in analyseFile()
43 import com.android.se.security.arf.SecureElementException;98 SecureElementException { in lookupAID()
44 import com.android.se.security.arf.SecureElementException;115 SecureElementException { in analyseFile()
48 import com.android.se.security.arf.SecureElementException;110 SecureElementException { in analyseFile()
49 import com.android.se.security.arf.SecureElementException;134 SecureElementException { in analyseFile()
38 public class SecureElementException extends Exception { class42 public SecureElementException(String message) { in SecureElementException() method in SecureElementException
85 public byte[] exchangeAPDU(EF ef, byte[] cmd) throws IOException, SecureElementException { in exchangeAPDU()92 throw new SecureElementException( in exchangeAPDU()