Searched refs:Asn1Decoder (Results 1 – 10 of 10) sorted by relevance
28 import com.android.internal.telephony.uicc.asn1.Asn1Decoder;41 Asn1Decoder decoder = new Asn1Decoder(hex); in testNormalOperation()72 Asn1Decoder decoder = new Asn1Decoder(hex); in testHighTagNumberForm()90 Asn1Decoder decoder = new Asn1Decoder(hex); in testNodeList()127 Asn1Decoder decoder = new Asn1Decoder(hex); in testMissingData()156 Asn1Decoder decoder = new Asn1Decoder(hex); in testEmptyData()191 Asn1Decoder decoder = new Asn1Decoder(hex); in testLongFormLength()208 new Asn1Decoder("").nextNode(); in testDecodeEmptyByteArray()214 new Asn1Decoder(new byte[] {1, 2}, 0, 3); in testDecodeIndexOutOfBounds()221 new Asn1Decoder("BF37").nextNode(); in testIncompleteLength()[all …]
28 import com.android.internal.telephony.uicc.asn1.Asn1Decoder;186 Asn1Node node = new Asn1Decoder(nodeHex).nextNode(); in testWriteToBytes()
26 public final class Asn1Decoder { class35 public Asn1Decoder(String hex) { in Asn1Decoder() method in Asn1Decoder40 public Asn1Decoder(byte[] src) { in Asn1Decoder() method in Asn1Decoder50 public Asn1Decoder(byte[] bytes, int offset, int length) { in Asn1Decoder() method in Asn1Decoder
89 Asn1Decoder subDecoder = new Asn1Decoder(encodedBytes, 0, encodedBytes.length); in addChildren()374 Asn1Decoder subDecoder = new Asn1Decoder(mDataBytes, mDataOffset, mDataLength); in getChildren()
19 import com.android.internal.telephony.uicc.asn1.Asn1Decoder;48 Asn1Decoder decoder = new Asn1Decoder(response); in fromOpenChannelResponse()
44 import com.android.internal.telephony.uicc.asn1.Asn1Decoder;195 List<Asn1Node> profileNodes = new Asn1Decoder(response).nextNode() in getAllProfiles()241 List<Asn1Node> profileNodes = new Asn1Decoder(response).nextNode() in getProfile()650 .addChild(new Asn1Decoder(serverSigned1).nextNode()) in authenticateServer()651 .addChild(new Asn1Decoder(serverSignature1).nextNode()) in authenticateServer()652 .addChild(new Asn1Decoder(euiccCiPkIdToBeUsed).nextNode()) in authenticateServer()653 .addChild(new Asn1Decoder(serverCertificate).nextNode()) in authenticateServer()686 .addChild(new Asn1Decoder(smdpSigned2).nextNode()) in prepareDownload()687 .addChild(new Asn1Decoder(smdpSignature2).nextNode()); in prepareDownload()692 builder.addChild(new Asn1Decoder(smdpCertificate).nextNode()) in prepareDownload()[all …]
12917 com.android.internal.telephony.uicc.asn1.Asn1Decoder
35358 Lcom/android/internal/telephony/uicc/asn1/Asn1Decoder;
12948 com.android.internal.telephony.uicc.asn1.Asn1Decoder
45519 Lcom/android/internal/telephony/uicc/asn1/Asn1Decoder;