OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ALGORITHM_EC
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreECPrivateKey.java
32
super(alias, uid, KeyProperties.
KEY_ALGORITHM_EC
);
AndroidKeyStoreECPublicKey.java
35
super(alias, uid, KeyProperties.
KEY_ALGORITHM_EC
, x509EncodedForm);
AndroidKeyStoreECDSASignatureSpi.java
151
if (!KeyProperties.
KEY_ALGORITHM_EC
.equalsIgnoreCase(key.getAlgorithm())) {
153
+ ". Only" + KeyProperties.
KEY_ALGORITHM_EC
+ " supported");
KeyProperties.java
131
KEY_ALGORITHM_EC
,
145
public static final String
KEY_ALGORITHM_EC
= "EC";
173
if (
KEY_ALGORITHM_EC
.equalsIgnoreCase(algorithm)) {
187
return
KEY_ALGORITHM_EC
;
AndroidKeyStoreProvider.java
188
if (KeyProperties.
KEY_ALGORITHM_EC
.equalsIgnoreCase(keyAlgorithm)) {
202
if (KeyProperties.
KEY_ALGORITHM_EC
.equalsIgnoreCase(keyAlgorithm)) {
AndroidKeyStoreSpi.java
291
if (KeyProperties.
KEY_ALGORITHM_EC
.equalsIgnoreCase(keyAlgorithm)) {
[
all
...]
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintModule.java
82
return KeyPairGenerator.getInstance(KeyProperties.
KEY_ALGORITHM_EC
, "AndroidKeyStore");
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintModule.java
82
return KeyPairGenerator.getInstance(KeyProperties.
KEY_ALGORITHM_EC
, "AndroidKeyStore");
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintModule.java
82
return KeyPairGenerator.getInstance(KeyProperties.
KEY_ALGORITHM_EC
, "AndroidKeyStore");
/cts/tests/tests/keystore/src/android/keystore/cts/
SignatureTest.java
[
all
...]
KeyAttestationTest.java
39
import static android.security.keystore.KeyProperties.
KEY_ALGORITHM_EC
;
195
generateKeyPair(
KEY_ALGORITHM_EC
, spec);
439
generateKeyPair(
KEY_ALGORITHM_EC
, builder.build());
[
all
...]
TestUtils.java
720
return KeyProperties.
KEY_ALGORITHM_EC
;
731
if (KeyProperties.
KEY_ALGORITHM_EC
.equalsIgnoreCase(keyAlgorithm)) {
[
all
...]
/frameworks/base/keystore/java/android/security/
KeyChain.java
468
return KeyProperties.
KEY_ALGORITHM_EC
.equals(algUpper)
/development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java
313
KeyProperties.
KEY_ALGORITHM_EC
, "AndroidKeyStore");
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 651 milliseconds