Searched refs:KeyProtection (Results 1 – 17 of 17) sorted by relevance
21 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()
108 import android.security.keystore.KeyProtection;1943 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()1950 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
35 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 …]
37 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()
26 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()
218 public final class KeyProtection implements ProtectionParameter, UserAuthArgs { class242 private KeyProtection( in KeyProtection() method in KeyProtection1135 public KeyProtection build() { in build()1136 return new KeyProtection( in build()
26 import android.security.keystore.KeyProtection;89 new KeyProtection.Builder( in setSymmetricKeyEntry()
22 import android.security.keystore.KeyProtection;
2796 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);
548 MissingNullability: android.security.keystore.KeyProtection.Builder#setBoundToSpecificSecureUserId(…
39662 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 …]
48184 Landroid/security/keystore/KeyProtection$Builder;->mIsStrongBoxBacked:Z48188 Landroid/security/keystore/KeyProtection$Builder;->mPurposes:I48197 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()Z48203 Landroid/security/keystore/KeyProtection;->mBoundToSecureUserId:J48208 Landroid/security/keystore/KeyProtection;->mIsStrongBoxBacked:Z48212 Landroid/security/keystore/KeyProtection;->mPurposes:I48215 Landroid/security/keystore/KeyProtection;->mUnlockedDeviceRequired:Z48219 Landroid/security/keystore/KeyProtection;->mUserConfirmationRequired:Z[all …]
6678 android.security.keystore.KeyProtection$Builder6679 android.security.keystore.KeyProtection
29468 Landroid/security/keystore/KeyProtection$Builder;29469 Landroid/security/keystore/KeyProtection;
6682 android.security.keystore.KeyProtection$Builder6683 android.security.keystore.KeyProtection
39575 Landroid/security/keystore/KeyProtection$Builder;39576 Landroid/security/keystore/KeyProtection;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...