Home
last modified time | relevance | path

Searched refs:DO_Exception (Results 1 – 11 of 11) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/gpac/
DDO_Exception.java38 public class DO_Exception extends Exception { class
43 public DO_Exception() { in DO_Exception() method in DO_Exception
48 public DO_Exception(String arg0, Throwable arg1) { in DO_Exception() method in DO_Exception
53 public DO_Exception(String arg0) { in DO_Exception() method in DO_Exception
58 public DO_Exception(Throwable arg0) { in DO_Exception() method in DO_Exception
DAID_REF_DO.java144 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
148 throw new DO_Exception("No value allowed for default selected application!"); in build()
157 throw new DO_Exception("Invalid length of AID!"); in build()
166 throw new DO_Exception("AID could not be written!"); in build()
169 throw new DO_Exception("AID-REF-DO must either be C0 or 4F!"); in build()
DAPDU_AR_DO.java162 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
167 throw new DO_Exception("APDU filter is invalid"); in build()
184 throw new DO_Exception("APDU filter is invalid!"); in build()
191 throw new DO_Exception("APDU Filter Memory IO problem! " + e.getMessage()); in build()
199 throw new DO_Exception("APDU Filter Memory IO problem! " + e.getMessage()); in build()
DPKG_REF_DO.java99 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
103 throw new DO_Exception("Invalid value length for PKG-REF-DO!"); in build()
112 throw new DO_Exception("PKG could not be written!"); in build()
136 } catch (DO_Exception e) { in hashCode()
DPERM_AR_DO.java72 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
76 throw new DO_Exception("Invalid value length for PERM-AR-DO!"); in build()
85 throw new DO_Exception("PERM could not be written!"); in build()
DHash_REF_DO.java140 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
144 throw new DO_Exception("Hash value must be " + SHA1_LEN + " or " + SHA256_LEN in build()
154 throw new DO_Exception("Hash could not be written!"); in build()
DREF_AR_DO.java131 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
135 throw new DO_Exception("REF-AR-DO: Required DO missing!"); in build()
147 throw new DO_Exception("REF-AR-DO Memory IO problem! " + e.getMessage()); in build()
DREF_DO.java175 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
179 throw new DO_Exception("REF-DO: Required DO missing!"); in build()
221 } catch (DO_Exception e) { in hashCode()
DAR_DO.java153 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
175 throw new DO_Exception("AR-DO Memory IO problem! " + e.getMessage()); in build()
DNFC_AR_DO.java103 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()
DBerTlv.java199 public void build(ByteArrayOutputStream stream) throws DO_Exception { in build()