Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordCrypto.java21 import android.security.keystore.KeyProtection;
208 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in createBlob()
217 final KeyProtection protNonRollbackResistant = builder.build(); in createBlob()
219 final KeyProtection protRollbackResistant = builder.build(); in createBlob()
H A DLockSettingsService.java108 import android.security.keystore.KeyProtection;
1943 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()
1950 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java35 import android.security.keystore.KeyProtection;
289 KeyProtection.Builder specBuilder; in getLegacyKeyProtectionParameter()
292 new KeyProtection.Builder( in getLegacyKeyProtectionParameter()
305 new KeyProtection.Builder( in getLegacyKeyProtectionParameter()
343 KeyProtection spec; in setPrivateKeyEntry()
349 } else if (param instanceof KeyProtection) { in setPrivateKeyEntry()
350 spec = (KeyProtection) param; in setPrivateKeyEntry()
367 + ". Supported: " + KeyProtection.class.getName() + ", " in setPrivateKeyEntry()
662 if ((param != null) && (!(param instanceof KeyProtection))) { in setSecretKeyEntry()
665 + ". Supported: " + KeyProtection.class.getName()); in setSecretKeyEntry()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManagerTest.java37 import android.security.keystore.KeyProtection;
554 private KeyProtection getEncryptKeyProtection() throws Exception { in getEncryptKeyProtection()
559 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getEncryptKeyProtection()
562 private KeyProtection getDecryptKeyProtection() throws Exception { in getDecryptKeyProtection()
567 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getDecryptKeyProtection()
570 private KeyProtection getDecryptKeyProtectionForPrimaryUser() throws Exception { in getDecryptKeyProtectionForPrimaryUser()
575 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getDecryptKeyProtectionForPrimaryUser()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManager.java26 import android.security.keystore.KeyProtection;
424 KeyProtection.Builder decryptionKeyProtection = in generateAndLoadKey()
425 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in generateAndLoadKey()
442 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in generateAndLoadKey()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java218 public final class KeyProtection implements ProtectionParameter, UserAuthArgs { class
242 private KeyProtection( in KeyProtection() method in KeyProtection
1135 public KeyProtection build() { in build()
1136 return new KeyProtection( in build()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DApplicationKeyStorage.java26 import android.security.keystore.KeyProtection;
89 new KeyProtection.Builder( in setSymmetricKeyEntry()
/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreParameter.java22 import android.security.keystore.KeyProtection;
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2796 public final class KeyProtection implements java.security.KeyStore.ProtectionParameter {
2800 public static final class KeyProtection.Builder {
2801 …method public android.security.keystore.KeyProtection.Builder setBoundToSpecificSecureUserId(long);
H A Dtest-lint-baseline.txt548 MissingNullability: android.security.keystore.KeyProtection.Builder#setBoundToSpecificSecureUserId(…
H A Dcurrent.txt39662 public final class KeyProtection implements java.security.KeyStore.ProtectionParameter {
39684 public static final class KeyProtection.Builder {
39685 ctor public KeyProtection.Builder(int);
39686 method @NonNull public android.security.keystore.KeyProtection build();
39687 …method @NonNull public android.security.keystore.KeyProtection.Builder setBlockModes(java.lang.Str…
39688 …method @NonNull public android.security.keystore.KeyProtection.Builder setDigests(java.lang.String…
39691 …method @NonNull public android.security.keystore.KeyProtection.Builder setIsStrongBoxBacked(boolea…
39692 …method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityEnd(java.util…
39696 method @NonNull public android.security.keystore.KeyProtection.Builder setMaxUsageCount(int);
39699 …method @NonNull public android.security.keystore.KeyProtection.Builder setUnlockedDeviceRequired(b…
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48184 Landroid/security/keystore/KeyProtection$Builder;->mIsStrongBoxBacked:Z
48188 Landroid/security/keystore/KeyProtection$Builder;->mPurposes:I
48197 Landroid/security/keystore/KeyProtection$Builder;->setCriticalToDeviceEncryption(Z)Landroid/securit…
48198 Landroid/security/keystore/KeyProtection$Builder;->setIsStrongBoxBacked(Z)Landroid/security/keystor…
48201 Landroid/security/keystore/KeyProtection;->isStrongBoxBacked()Z
48203 Landroid/security/keystore/KeyProtection;->mBoundToSecureUserId:J
48208 Landroid/security/keystore/KeyProtection;->mIsStrongBoxBacked:Z
48212 Landroid/security/keystore/KeyProtection;->mPurposes:I
48215 Landroid/security/keystore/KeyProtection;->mUnlockedDeviceRequired:Z
48219 Landroid/security/keystore/KeyProtection;->mUserConfirmationRequired:Z
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6678 android.security.keystore.KeyProtection$Builder
6679 android.security.keystore.KeyProtection
H A Dboot-image-profile.txt29468 Landroid/security/keystore/KeyProtection$Builder;
29469 Landroid/security/keystore/KeyProtection;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6682 android.security.keystore.KeyProtection$Builder
6683 android.security.keystore.KeyProtection
H A Dboot-image-profile.txt39575 Landroid/security/keystore/KeyProtection$Builder;
39576 Landroid/security/keystore/KeyProtection;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...