HomeSort by relevance Sort by last modified time
    Searched refs:PURPOSE_SIGN (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/keystore/tests/src/android/security/keystore/
KeyGenParameterSpecTest.java 34 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorTest.java 175 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
316 int purposes = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT;
400 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY,
447 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY,
493 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY,
540 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY
572 KeyProperties.PURPOSE_SIGN
599 KeyProperties.PURPOSE_SIGN
628 KeyProperties.PURPOSE_SIGN
653 KeyProperties.PURPOSE_SIGN
    [all...]
KeyProtectionTest.java 104 KeyProperties.PURPOSE_SIGN)
163 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
214 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
KeyGenParameterSpecTest.java 83 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
107 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT, spec.getPurposes());
212 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
273 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
KeyInfoTest.java 45 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
KeyAttestationTest.java 43 import static android.security.keystore.KeyProperties.PURPOSE_SIGN;
194 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN)
221 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN)
252 PURPOSE_SIGN | PURPOSE_VERIFY,
298 testRsaAttestation(new byte[129], true /* includeValidityDates */, 512, PURPOSE_SIGN,
312 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN)
356 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN)
    [all...]
SecretKeyFactoryTest.java 106 purposes = KeyProperties.PURPOSE_SIGN;
187 KeyProperties.PURPOSE_SIGN)
KeyGeneratorTest.java 314 "test1", KeyProperties.PURPOSE_SIGN);
487 purposes = KeyProperties.PURPOSE_SIGN;
MacTest.java 580 new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build());
593 return new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build();
TestUtils.java     [all...]
KeyFactoryTest.java 108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN;
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 45 PURPOSE_SIGN,
64 public static final int PURPOSE_SIGN = 1 << 2;
88 case PURPOSE_SIGN:
106 return PURPOSE_SIGN;
AndroidKeyStoreKeyPairGeneratorSpi.java 225 KeyProperties.PURPOSE_SIGN
242 | KeyProperties.PURPOSE_SIGN
    [all...]
AndroidKeyStoreSpi.java 293 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY);
308 | KeyProperties.PURPOSE_SIGN
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
KeyManagementTest.java 301 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
322 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
403 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
562 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
593 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
KeyChainTestActivity.java 179 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 185 KeyProperties.PURPOSE_SIGN)
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 185 KeyProperties.PURPOSE_SIGN)
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
MainActivity.java 185 KeyProperties.PURPOSE_SIGN)
  /frameworks/base/keystore/tests/src/android/security/
ParcelableKeyGenParameterSpecTest.java 41 static final int KEY_PURPOSES = KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY;
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 199 spec = new KeyGenParameterSpec.Builder(mAlias, KeyProperties.PURPOSE_SIGN)
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 199 spec = new KeyGenParameterSpec.Builder(mAlias, KeyProperties.PURPOSE_SIGN)
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 199 spec = new KeyGenParameterSpec.Builder(mAlias, KeyProperties.PURPOSE_SIGN)
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 316 KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_VERIFY)
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java     [all...]

Completed in 1263 milliseconds

1 2