Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java148 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson()
169 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey()
318 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson3GppFormat()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java471 getKeyInformation(cleanCertString(cert).getBytes()); in parseJsonAndPersistKey()
561 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception { in getKeyInformation() method in CarrierKeyDownloadManager