Home
last modified time | relevance | path

Searched refs:getKeyInformation (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierKeyDownloadMgrTest.java151 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson()
172 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey()
353 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson3GppFormat()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierKeyDownloadManager.java483 getKeyInformation(cleanCertString(cert).getBytes()); in parseJsonAndPersistKey()
580 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception { in getKeyInformation() method in CarrierKeyDownloadManager
H A DCarrierInfoManager.java142 CarrierKeyDownloadManager.getKeyInformation(keyString.getBytes()); in getCarrierInfoForImsiEncryption()