HomeSort by relevance Sort by last modified time
    Searched refs:KeyProtection (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 21 import android.security.keystore.KeyProtection;
33 KeyProtection spec = new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT)
62 KeyProtection spec = new KeyProtection.Builder(
103 KeyProtection spec = new KeyProtection.Builder(
112 KeyProtection.Builder builder = new KeyProtection.Builder(0);
162 KeyProtection spec = new KeyProtection.Builder
    [all...]
TestUtils.java 25 import android.security.keystore.KeyProtection;
425 KeyProtection keyProtection) throws Exception {
430 keyProtection);
439 KeyProtection keyProtection) throws Exception {
444 keyProtection);
449 String alias, Context context, int privateResId, int certResId, KeyProtection params)
486 static KeyProtection.Builder buildUpon(KeyProtection params)
    [all...]
MacTest.java 20 import android.security.keystore.KeyProtection;
376 KeyProtection good = getWorkingImportParams(algorithm);
389 KeyProtection good = getWorkingImportParams(algorithm);
404 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm))
421 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm))
441 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm))
543 private void assertInitSucceeds(String algorithm, KeyProtection keyProtection)
545 assertInitSucceeds(algorithm, algorithm, keyProtection);
549 String macAlgorithm, String keyAlgorithm, KeyProtection keyProtection
    [all...]
SignatureTest.java 41 import android.security.keystore.KeyProtection;
    [all...]
ECDSASignatureTest.java 20 import android.security.keystore.KeyProtection;
115 KeyProtection params =
121 Context context, KeyProtection importParams) throws Exception {
CipherTest.java 25 import android.security.keystore.KeyProtection;
    [all...]
RSASignatureTest.java 35 import android.security.keystore.KeyProtection;
152 KeyProtection params =
158 Context context, KeyProtection importParams) throws Exception {
AESCipherNistCavpKatTest.java 20 import android.security.keystore.KeyProtection;
275 new KeyProtection.Builder(
AndroidKeyStoreTest.java 25 import android.security.keystore.KeyProtection;
    [all...]
BlockCipherTestBase.java 20 import android.security.keystore.KeyProtection;
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStoreParameter.java 22 import android.security.keystore.KeyProtection;
47 * @deprecated Use {@link KeyProtection} instead.
99 * @deprecated Use {@link KeyProtection.Builder} instead.
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
ApplicationKeyStorage.java 25 import android.security.keystore.KeyProtection;
87 new KeyProtection.Builder(
  /frameworks/base/keystore/java/android/security/keystore/
KeyProtection.java 88 * new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT)
113 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN).build());
139 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
169 * new KeyProtection.Builder(KeyProperties.PURPOSE_SIGN)
203 * new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
216 public final class KeyProtection implements ProtectionParameter, UserAuthArgs {
237 private KeyProtection(
543 * Builder of {@link KeyProtection} instances.
    [all...]
AndroidKeyStoreSpi.java 28 import android.security.keystore.KeyProtection;
286 private static KeyProtection getLegacyKeyProtectionParameter(PrivateKey key)
289 KeyProtection.Builder specBuilder;
292 new KeyProtection.Builder(
305 new KeyProtection.Builder(
342 KeyProtection spec;
351 } else if (param instanceof KeyProtection) {
352 spec = (KeyProtection) param;
363 + ". Supported: " + KeyProtection.class.getName() + ", "
498 + ". See KeyProtection documentation.")
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordCrypto.java 20 import android.security.keystore.KeyProtection;
154 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
LockSettingsService.java 81 import android.security.keystore.KeyProtection;
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
PlatformKeyManager.java 23 import android.security.keystore.KeyProtection;
396 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT)
407 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT)
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
PlatformKeyManagerTest.java 34 import android.security.keystore.KeyProtection;
523 private KeyProtection getEncryptKeyProtection() throws Exception {
528 return (KeyProtection) mProtectionParameterCaptor.getValue();
531 private KeyProtection getDecryptKeyProtection() throws Exception {
536 return (KeyProtection) mProtectionParameterCaptor.getValue();
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SecurityLoggingTest.java 67 import android.security.keystore.KeyProtection;
507 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT).build());
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 298 milliseconds