Home
last modified time | relevance | path

Searched refs:parseTLV (Results 1 – 8 of 8) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DEFACConditions.java143 if (der.parseTLV(ASN1.TAG_Sequence) > 0) { in decodeDER()
148 derRule.parseTLV(ASN1.TAG_OctetString); in decodeDER()
171 if (derRule.parseTLV() == (byte) 0xA0) { in decodeDER()
176 switch (derAccessRules.parseTLV()) { in decodeDER()
181 byte tagApduAccessRule = derApduRule.parseTLV(); in decodeDER()
196 byte tag = derApduFilter.parseTLV(); in decodeDER()
208 if (derApduFilter.parseTLV() in decodeDER()
230 if (derNfc.parseTLV() in decodeDER()
DEFDODF.java76 if (der.parseTLV() == (byte) 0xA1) { // OidDO Data Object in decodeDER()
78 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()
81 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()
84 objectType = der.parseTLV(); in decodeDER()
87 objectType = der.parseTLV(); in decodeDER()
90 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()
DEFDIR.java73 der.parseTLV(ASN1.TAG_ApplTemplate); in decodeDER()
75 der.parseTLV(ASN1.TAG_ApplIdentifier); in decodeDER()
79 byte objectType = der.parseTLV(); in decodeDER()
83 der.parseTLV(ASN1.TAG_ApplPath); in decodeDER()
DEFACRules.java87 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()
88 switch (der.parseTLV()) { in decodeDER()
90 der.parseTLV(ASN1.TAG_OctetString); in decodeDER()
DEFACMain.java81 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()
82 if (der.parseTLV(ASN1.TAG_OctetString) != REFRESHTAG_LEN) { in decodeDER()
DEFODF.java78 if (der.parseTLV() == (byte) 0xA5) { // CDF in decodeDER()
91 if (der2.parseTLV() == (byte) 0xA7) { // DODF in decodeDER()
DEF.java120 der.parseTLV(ASN1.TAG_FCP); in decodeUSIMFileProps()
122 switch (der.parseTLV()) { in decodeUSIMFileProps()
/packages/apps/SecureElement/src/com/android/se/security/arf/
DDERParser.java145 public byte parseTLV() throws PKCS15Exception { in parseTLV() method in DERParser
157 public short parseTLV(byte type) throws PKCS15Exception { in parseTLV() method in DERParser
219 if (parseTLV(ASN1.TAG_OID) == 0) throw new PKCS15Exception("[Parser] OID Length is null"); in parseOID()
245 parseTLV(ASN1.TAG_Sequence); in parsePathAttributes()
246 parseTLV(ASN1.TAG_OctetString); in parsePathAttributes()