OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyFactory
(Results
76 - 100
of
306
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/libcore/sun/security/jca/
ProvidersTest.java
29
import java.security.
KeyFactory
;
80
return
KeyFactory
.getInstance("EC", Security.getProvider("BC"));
139
return
KeyFactory
.getInstance("EC");
/libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS8Key.java
34
import java.security.
KeyFactory
;
183
KeyFactory
keyFac =
KeyFactory
.getInstance(algid.getName());
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
BasicChecker.java
33
import java.security.
KeyFactory
;
285
KeyFactory
kf =
KeyFactory
.getInstance("DSA");
AlgorithmChecker.java
36
import java.security.
KeyFactory
;
331
KeyFactory
kf =
KeyFactory
.getInstance("DSA");
/libcore/ojluni/src/main/java/sun/security/x509/
X509Key.java
33
import java.security.
KeyFactory
;
220
KeyFactory
keyFac =
KeyFactory
.getInstance(algid.getName());
/test/vti/dashboard/src/main/java/com/android/vts/api/
TestAcknowledgmentRestServlet.java
27
import com.google.appengine.api.datastore.
KeyFactory
;
105
writer.print(new Gson().toJson(
KeyFactory
.keyToString(key)));
142
Key key =
KeyFactory
.stringToKey(stringKey);
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DashboardMainServlet.java
26
import com.google.appengine.api.datastore.
KeyFactory
;
191
subscriptionMap.put(testKey.getName(),
KeyFactory
.keyToString(fe.getKey()));
203
Key testKey =
KeyFactory
.createKey(TestEntity.KIND, statusEntity.testName);
ShowCoverageServlet.java
26
import com.google.appengine.api.datastore.
KeyFactory
;
80
Key testKey =
KeyFactory
.createKey(TestEntity.KIND, test);
81
Key testRunKey =
KeyFactory
.createKey(testKey, TestRunEntity.KIND, time);
ShowPlanRunServlet.java
30
import com.google.appengine.api.datastore.
KeyFactory
;
93
Key planKey =
KeyFactory
.createKey(TestPlanEntity.KIND, plan);
94
Key planRunKey =
KeyFactory
.createKey(planKey, TestPlanRunEntity.KIND, time);
ShowGraphServlet.java
34
import com.google.appengine.api.datastore.
KeyFactory
;
153
Key parentKey =
KeyFactory
.createKey(TestEntity.KIND, testName);
169
KeyFactory
.createKey(
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);
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DsaTest.java
36
import java.security.
KeyFactory
;
[
all
...]
EcdsaTest.java
26
import java.security.
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);
VtsPerformanceJobServlet.java
30
import com.google.appengine.api.datastore.
KeyFactory
;
215
.param("testKey",
KeyFactory
.keyToString(test.getKey()))
228
testKey =
KeyFactory
.stringToKey(testKeyString);
VtsProfilingStatsJobServlet.java
34
import com.google.appengine.api.datastore.
KeyFactory
;
93
String keyString =
KeyFactory
.keyToString(key);
223
profilingPointRunKey =
KeyFactory
.stringToKey(profilingPointKeyString);
/system/keymaster/android_keymaster/
android_keymaster.cpp
222
KeyFactory
* factory = 0;
263
const
KeyFactory
* key_factory;
394
const
KeyFactory
* key_factory;
435
KeyFactory
* factory = 0;
475
const
KeyFactory
** factory, UniquePtr<Key>* key) {
517
KeyFactory
* factory = 0;
/test/vti/dashboard/src/main/java/com/android/vts/util/
DatastoreHelper.java
47
import com.google.appengine.api.datastore.
KeyFactory
;
102
Key startKey =
KeyFactory
.createKey(parentKey, kind, lowerBound);
121
Key endKey =
KeyFactory
.createKey(parentKey, kind, upperBound);
186
KeyFactory
.createKey(
420
Key parentKey =
KeyFactory
.createKey(TestEntity.KIND, test);
421
Key testRunKey =
KeyFactory
.createKey(parentKey, TestRunEntity.KIND, time);
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java
40
import java.security.
KeyFactory
;
201
// X.509 encoded form using
KeyFactory
.generatePublic. This conversion is also currently
206
KeyFactory
factory =
KeyFactory
.getInstance(publicKey.getAlgorithm());
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java
40
import java.security.
KeyFactory
;
201
// X.509 encoded form using
KeyFactory
.generatePublic. This conversion is also currently
206
KeyFactory
factory =
KeyFactory
.getInstance(publicKey.getAlgorithm());
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java
40
import java.security.
KeyFactory
;
201
// X.509 encoded form using
KeyFactory
.generatePublic. This conversion is also currently
206
KeyFactory
factory =
KeyFactory
.getInstance(publicKey.getAlgorithm());
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreProvider.java
26
import java.security.
KeyFactory
;
82
// java.security.
KeyFactory
143
put("
KeyFactory
." + algorithm, PACKAGE_NAME + ".AndroidKeyStoreKeyFactorySpi");
192
KeyFactory
keyFactory
=
KeyFactory
.getInstance(keyAlgorithm);
193
publicKey =
keyFactory
.generatePublic(new X509EncodedKeySpec(x509EncodedForm));
196
"Failed to obtain " + keyAlgorithm + "
KeyFactory
", e);
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java
43
import java.security.
KeyFactory
;
144
KeyFactory
keyFactory
=
KeyFactory
.getInstance("RSA");
145
return (PrivateKey)
keyFactory
.generatePrivate(keySpec);
/system/keymaster/km_openssl/
symmetric_key.cpp
106
const
KeyFactory
* key_factory)
/build/make/tools/signtos/
SignTos.java
38
import java.security.
KeyFactory
;
139
* OID and use that to construct a
KeyFactory
.
145
return
KeyFactory
.getInstance(algOid).generatePrivate(spec);
Completed in 971 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>