Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java186 keyInfo = CarrierKeyDownloadManager.getKeyInformation(CERT.getBytes()); in testParseJson()
207 keyInfo = CarrierKeyDownloadManager.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey()
223 keyInfo = CarrierKeyDownloadManager.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey()
482 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson3GppFormat()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java674 getKeyInformation(cleanCertString(cert).getBytes()); in parseJsonAndPersistKey()
801 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception { in getKeyInformation() method in CarrierKeyDownloadManager
DCarrierInfoManager.java145 CarrierKeyDownloadManager.getKeyInformation(keyString.getBytes()); in getCarrierInfoForImsiEncryption()