Home
last modified time | relevance | path

Searched refs:KeyProtection (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSpi.java28 import android.security.keystore.KeyProtection;
302 private static KeyProtection getLegacyKeyProtectionParameter(PrivateKey key) in getLegacyKeyProtectionParameter()
305 KeyProtection.Builder specBuilder; in getLegacyKeyProtectionParameter()
308 new KeyProtection.Builder( in getLegacyKeyProtectionParameter()
321 new KeyProtection.Builder( in getLegacyKeyProtectionParameter()
358 KeyProtection spec; in setPrivateKeyEntry()
367 } else if (param instanceof KeyProtection) { in setPrivateKeyEntry()
368 spec = (KeyProtection) param; in setPrivateKeyEntry()
379 + ". Supported: " + KeyProtection.class.getName() + ", " in setPrivateKeyEntry()
591 if ((param != null) && (!(param instanceof KeyProtection))) { in setSecretKeyEntry()
[all …]
DKeyProtection.java217 public final class KeyProtection implements ProtectionParameter, UserAuthArgs { class
239 private KeyProtection( in KeyProtection() method in KeyProtection
1048 public KeyProtection build() { in build()
1049 return new KeyProtection( in build()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java40 import android.security.keystore.KeyProtection;
565 private KeyProtection getEncryptKeyProtection() throws Exception { in getEncryptKeyProtection()
570 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getEncryptKeyProtection()
573 private KeyProtection getDecryptKeyProtection() throws Exception { in getDecryptKeyProtection()
578 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getDecryptKeyProtection()
581 private KeyProtection getDecryptKeyProtectionForPrimaryUser() throws Exception { in getDecryptKeyProtectionForPrimaryUser()
586 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getDecryptKeyProtectionForPrimaryUser()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java27 import android.security.keystore.KeyProtection;
429 KeyProtection.Builder decryptionKeyProtection = in generateAndLoadKey()
430 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in generateAndLoadKey()
461 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in generateAndLoadKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java25 import android.security.keystore.KeyProtection;
87 new KeyProtection.Builder( in setSymmetricKeyEntry()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java20 import android.security.keystore.KeyProtection;
171 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in createBlob()
DLockSettingsService.java95 import android.security.keystore.KeyProtection;
1752 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()
1759 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
/frameworks/base/keystore/java/android/security/
DKeyStoreParameter.java22 import android.security.keystore.KeyProtection;
/frameworks/base/api/
Dtest-current.txt3405 public final class KeyProtection implements java.security.KeyStore.ProtectionParameter {
3409 public static final class KeyProtection.Builder {
3410 …method public android.security.keystore.KeyProtection.Builder setBoundToSpecificSecureUserId(long);
Dtest-lint-baseline.txt1414 MissingNullability: android.security.keystore.KeyProtection.Builder#setBoundToSpecificSecureUserId(…
Dcurrent.txt42863 public final class KeyProtection implements java.security.KeyStore.ProtectionParameter {
42884 public static final class KeyProtection.Builder {
42885 ctor public KeyProtection.Builder(int);
42886 method @NonNull public android.security.keystore.KeyProtection build();
42887 …method @NonNull public android.security.keystore.KeyProtection.Builder setBlockModes(java.lang.Str…
42888 …method @NonNull public android.security.keystore.KeyProtection.Builder setDigests(java.lang.String…
42889 …method @NonNull public android.security.keystore.KeyProtection.Builder setEncryptionPaddings(java.…
42890 …method @NonNull public android.security.keystore.KeyProtection.Builder setInvalidatedByBiometricEn…
42891 …method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityEnd(java.util…
42892 …method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityForConsumptio…
[all …]
/frameworks/base/config/
Dpreloaded-classes5366 android.security.keystore.KeyProtection$Builder
5367 android.security.keystore.KeyProtection
Dboot-image-profile.txt45594 Landroid/security/keystore/KeyProtection$Builder;
45595 Landroid/security/keystore/KeyProtection;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...