HomeSort by relevance Sort by last modified time
    Searched defs:getPubKey (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
KeySetUtils.java 27 public static PublicKey getPubKey(KeySetManagerService ksms, long pkId)
PackageManagerSettingsTests.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 34 private static PublicKey getPubKey() throws Exception {
186 id.setPublicKey(getPubKey());
190 id2.setPublicKey(getPubKey());
205 id.setPublicKey(getPubKey());
222 id.setPublicKey(getPubKey());
234 id.setPublicKey(getPubKey());
249 id2.setPublicKey(getPubKey());
268 id.setPublicKey(getPubKey());
270 Identity returnedId = sub.getIdentity(getPubKey());
286 id.setPublicKey(getPubKey());
    [all...]
Identity2Test.java 38 private static PublicKey getPubKey() throws Exception {
215 sub.setPublicKey(getPubKey());
217 assertEquals("Wrong PublicKey returned", getPubKey(), returnedPubKey);
385 sub.setPublicKey(getPubKey());
387 assertEquals("Wrong PublicKey returned", getPubKey(), returnedPubKey);

Completed in 131 milliseconds