Searched refs:parseTLV (Results 1 – 8 of 8) sorted by relevance
143 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()
76 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()
73 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()
87 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()88 switch (der.parseTLV()) { in decodeDER()90 der.parseTLV(ASN1.TAG_OctetString); in decodeDER()
81 der.parseTLV(ASN1.TAG_Sequence); in decodeDER()82 if (der.parseTLV(ASN1.TAG_OctetString) != REFRESHTAG_LEN) { in decodeDER()
78 if (der.parseTLV() == (byte) 0xA5) { // CDF in decodeDER()91 if (der2.parseTLV() == (byte) 0xA7) { // DODF in decodeDER()
120 der.parseTLV(ASN1.TAG_FCP); in decodeUSIMFileProps()122 switch (der.parseTLV()) { in decodeUSIMFileProps()
145 public byte parseTLV() throws PKCS15Exception { in parseTLV() method in DERParser157 public short parseTLV(byte type) throws PKCS15Exception { in parseTLV() method in DERParser219 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()