HomeSort by relevance Sort by last modified time
    Searched defs:KeyFactory (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /system/keymaster/include/keymaster/
key_factory.h 32 * KeyFactory is a abstraction that encapsulats the knowledge of how to build and parse a specifiec
35 class KeyFactory {
37 virtual ~KeyFactory() {}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
KeyFactory.java 17 public class KeyFactory
  /libcore/ojluni/src/main/java/java/security/
KeyFactory.java 62 * KeyFactory keyFactory = KeyFactory.getInstance("DSA");
63 * PublicKey bobPubKey = keyFactory.generatePublic(bobPubKeySpec);
70 * <p> Android provides the following <code>KeyFactory</code> algorithms:
103 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#KeyFactory">
104 * KeyFactory section</a> of the
119 public class KeyFactory {
122 Debug.getInstance("jca", "KeyFactory");
141 * Creates a KeyFactory object
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 304 static public class KeyFactory
307 public KeyFactory()
433 provider.addAlgorithm("SecretKeyFactory.DESEDE", PREFIX + "$KeyFactory");
437 provider.addAlgorithm("SecretKeyFactory", OIWObjectIdentifiers.desEDE, PREFIX + "$KeyFactory");
DES.java 237 static public class KeyFactory
240 public KeyFactory()
469 provider.addAlgorithm("SecretKeyFactory.DES", PREFIX + "$KeyFactory");
538 provider.addAlgorithm("Alg.Alias.KeyFactory." + oid.getId(), name);
  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestRunRestServlet.java 30 import com.google.appengine.api.datastore.KeyFactory;
66 Key testKey = KeyFactory.createKey(TestEntity.KIND, test);
67 Key testRunKey = KeyFactory.createKey(testKey, TestRunEntity.KIND, timestamp);
81 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId));
102 Key testKey = KeyFactory.createKey(TestEntity.KIND, test);
119 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId));
UserFavoriteRestServlet.java 26 import com.google.appengine.api.datastore.KeyFactory;
66 Key addedTestKey = KeyFactory.createKey(TestEntity.KIND, test);
110 json.add("key", new JsonPrimitive(KeyFactory.keyToString(favoriteKey)));
154 json.add("key", new JsonPrimitive(KeyFactory.keyToString(favoriteKey)));
177 Key userFavoritesKey = KeyFactory.stringToKey(userFavoritesKeyString);
204 datastore.delete(KeyFactory.stringToKey(stringKey));
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowTableServlet.java 30 import com.google.appengine.api.datastore.KeyFactory;
74 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId));
151 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName);
ShowGraphServlet.java 34 import com.google.appengine.api.datastore.KeyFactory;
153 Key parentKey = KeyFactory.createKey(TestEntity.KIND, testName);
169 KeyFactory.createKey(
ShowTreeServlet.java 33 import com.google.appengine.api.datastore.KeyFactory;
86 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId));
161 Key testKey = KeyFactory.createKey(TestEntity.KIND, testName);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 22 import java.security.KeyFactory;
44 private static final String KEYFACTORY_ID = "KeyFactory.";
94 Provider[] providers = Security.getProviders("KeyFactory.DSA");
103 fail("No providers support KeyFactory.DSA");
109 // java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec)
111 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i], providerName);
137 // java.security.KeyFactory.generatePublic(java.security.spec.KeySpec)
139 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i]
    [all...]
KeyFactoryTest.java 9 import java.security.KeyFactory;
54 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME);
75 KeyFactory.getInstance(algorithm);
88 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, TEST_PROVIDER_NAME);
119 KeyFactory.getInstance(combination[0], combination[1]);
131 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, provider);
167 KeyFactory.getInstance(algorithm, provider)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 251 proxyClassCache = new WeakCache<>(new KeyFactory(), new ProxyClassFactory());
558 private static final class KeyFactory
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsAlertJobServlet.java 39 import com.google.appengine.api.datastore.KeyFactory;
87 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId));
95 Key key = KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId);
257 testCaseKeys.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseId));
490 String keyString = KeyFactory.keyToString(testRunKey);
505 testRunKey = KeyFactory.stringToKey(runKeyString);
513 Key statusKey = KeyFactory.createKey(TestStatusEntity.KIND, testName);
  /external/guice/lib/build/
cglib-3.1.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
mockito-core-1.10.19.jar 

Completed in 244 milliseconds

1 2 3 4 5 6 7