Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java39 private static final String JSON_PUBLIC_KEY = "public_key"; field in KeyRevocationList
108 String publicKey = entry.getString(JSON_PUBLIC_KEY); in fromJsonString()