HomeSort by relevance Sort by last modified time
    Searched refs:getKeyInformation (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierKeyDownloadMgrTest.java 165 keyInfo = mCarrierKeyDM.getKeyInformation(reader.readPemObject().getContent());
189 keyInfo = mCarrierKeyDM.getKeyInformation(reader.readPemObject().getContent());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierKeyDownloadManager.java 453 getKeyInformation(reader.readPemObject().getContent());
548 public static Pair<PublicKey, Long> getKeyInformation(byte[] certificate) throws Exception {

Completed in 390 milliseconds