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.java165 keyInfo = mCarrierKeyDM.getKeyInformation(reader.readPemObject().getContent()); in testParseJson()
189 keyInfo = mCarrierKeyDM.getKeyInformation(reader.readPemObject().getContent()); in testParseJsonPublicKey()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java453 getKeyInformation(reader.readPemObject().getContent()); in parseJsonAndPersistKey()
548 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception { in getKeyInformation() method in CarrierKeyDownloadManager