Searched refs:getKeyInformation (Results 1 – 2 of 2) sorted by relevance
148 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson()169 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJsonPublicKey()318 keyInfo = mCarrierKeyDM.getKeyInformation(CERT.getBytes()); in testParseJson3GppFormat()
471 getKeyInformation(cleanCertString(cert).getBytes()); in parseJsonAndPersistKey()561 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception { in getKeyInformation() method in CarrierKeyDownloadManager