Searched refs:getKeyInformation (Results 1 – 2 of 2) sorted by relevance
165 keyInfo = mCarrierKeyDM.getKeyInformation(reader.readPemObject().getContent()); in testParseJson()189 keyInfo = mCarrierKeyDM.getKeyInformation(reader.readPemObject().getContent()); in testParseJsonPublicKey()
453 getKeyInformation(reader.readPemObject().getContent()); in parseJsonAndPersistKey()548 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception { in getKeyInformation() method in CarrierKeyDownloadManager