HomeSort by relevance Sort by last modified time
    Searched refs:smdpSigned2 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IEuiccCardController.aidl 75 in byte[] smdpSigned2, in byte[] smdpSignature2, in byte[] smdpCertificate,
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccCardManager.java 534 * @param smdpSigned2 ASN.1 data in byte array indicating the data to be signed by the SM-DP+
544 public void prepareDownload(String cardId, @Nullable byte[] hashCc, byte[] smdpSigned2,
552 smdpSigned2,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccCardController.java 807 byte[] smdpSigned2, byte[] smdpSignature2, byte[] smdpCertificate,
842 card.prepareDownload(hashCc, smdpSigned2, smdpSignature2, smdpCertificate, cardCb,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 670 * Prepares the profile download request sent to SM-DP+. The parameters {@code smdpSigned2},
681 public void prepareDownload(@Nullable byte[] hashCc, byte[] smdpSigned2, byte[] smdpSignature2,
686 .addChild(new Asn1Decoder(smdpSigned2).nextNode())
    [all...]

Completed in 235 milliseconds