Searched refs:KeyProtection (Results 1 – 16 of 16) 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()
114 import android.security.keystore.KeyProtection;2134 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()2141 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
37 import android.security.keystore.KeyProtection;299 private static KeyProtection getLegacyKeyProtectionParameter(PrivateKey key) in getLegacyKeyProtectionParameter()302 KeyProtection.Builder specBuilder; in getLegacyKeyProtectionParameter()305 new KeyProtection.Builder( in getLegacyKeyProtectionParameter()318 new KeyProtection.Builder( in getLegacyKeyProtectionParameter()356 KeyProtection spec; in setPrivateKeyEntry()362 } else if (param instanceof KeyProtection) { in setPrivateKeyEntry()363 spec = (KeyProtection) param; in setPrivateKeyEntry()380 + ". Supported: " + KeyProtection.class.getName() + ", " in setPrivateKeyEntry()694 if ((param != null) && (!(param instanceof KeyProtection))) { in setSecretKeyEntry()[all …]
38 import android.security.keystore.KeyProtection;568 private KeyProtection getEncryptKeyProtection() throws Exception { in getEncryptKeyProtection()573 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getEncryptKeyProtection()576 private KeyProtection getDecryptKeyProtection() throws Exception { in getDecryptKeyProtection()581 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getDecryptKeyProtection()584 private KeyProtection getDecryptKeyProtectionForPrimaryUser() throws Exception { in getDecryptKeyProtectionForPrimaryUser()589 return (KeyProtection) mProtectionParameterCaptor.getValue(); in getDecryptKeyProtectionForPrimaryUser()
26 import android.security.keystore.KeyProtection;427 KeyProtection.Builder decryptionKeyProtection = in generateAndLoadKey()428 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in generateAndLoadKey()447 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in generateAndLoadKey()
222 public final class KeyProtection implements ProtectionParameter, UserAuthArgs { class247 private KeyProtection( in KeyProtection() method in KeyProtection1239 public KeyProtection build() { in build()1240 return new KeyProtection( in build()
22 import android.security.keystore.KeyProtection;
26 import android.security.keystore.KeyProtection;89 new KeyProtection.Builder( in setSymmetricKeyEntry()
2943 public final class KeyProtection implements java.security.KeyStore.ProtectionParameter {2947 public static final class KeyProtection.Builder {2948 …method public android.security.keystore.KeyProtection.Builder setBoundToSpecificSecureUserId(long);
39879 public final class KeyProtection implements java.security.KeyStore.ProtectionParameter {39903 public static final class KeyProtection.Builder {39904 ctor public KeyProtection.Builder(int);39905 method @NonNull public android.security.keystore.KeyProtection build();39906 …method @NonNull public android.security.keystore.KeyProtection.Builder setBlockModes(java.lang.Str…39907 …method @NonNull public android.security.keystore.KeyProtection.Builder setDigests(java.lang.String…39908 …method @NonNull public android.security.keystore.KeyProtection.Builder setEncryptionPaddings(java.…39909 …method @NonNull public android.security.keystore.KeyProtection.Builder setInvalidatedByBiometricEn…39910 …method @NonNull public android.security.keystore.KeyProtection.Builder setIsStrongBoxBacked(boolea…39911 …method @NonNull public android.security.keystore.KeyProtection.Builder setKeyValidityEnd(java.util…[all …]
47378 …etLegacyKeyProtectionParameter(Ljava/security/PrivateKey;)Landroid/security/keystore/KeyProtection;47535 Landroid/security/keystore/KeyProtection$Builder;->mBlockModes:[Ljava/lang/String;47536 Landroid/security/keystore/KeyProtection$Builder;->mBoundToSecureUserId:J47537 Landroid/security/keystore/KeyProtection$Builder;->mCriticalToDeviceEncryption:Z47538 Landroid/security/keystore/KeyProtection$Builder;->mDigests:[Ljava/lang/String;47539 Landroid/security/keystore/KeyProtection$Builder;->mEncryptionPaddings:[Ljava/lang/String;47540 Landroid/security/keystore/KeyProtection$Builder;->mInvalidatedByBiometricEnrollment:Z47541 Landroid/security/keystore/KeyProtection$Builder;->mIsStrongBoxBacked:Z47542 Landroid/security/keystore/KeyProtection$Builder;->mKeyValidityForConsumptionEnd:Ljava/util/Date;47543 Landroid/security/keystore/KeyProtection$Builder;->mKeyValidityForOriginationEnd:Ljava/util/Date;[all …]
6807 android.security.keystore.KeyProtection$Builder6808 android.security.keystore.KeyProtection
29208 Landroid/security/keystore/KeyProtection$Builder;29209 Landroid/security/keystore/KeyProtection;
6811 android.security.keystore.KeyProtection$Builder6812 android.security.keystore.KeyProtection
39342 Landroid/security/keystore/KeyProtection$Builder;39343 Landroid/security/keystore/KeyProtection;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...