Searched refs:KeyProtection (Results 1 – 14 of 14) sorted by relevance
28 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 …]
217 public final class KeyProtection implements ProtectionParameter, UserAuthArgs { class239 private KeyProtection( in KeyProtection() method in KeyProtection1048 public KeyProtection build() { in build()1049 return new KeyProtection( in build()
40 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()
27 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()
25 import android.security.keystore.KeyProtection;87 new KeyProtection.Builder( in setSymmetricKeyEntry()
20 import android.security.keystore.KeyProtection;171 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in createBlob()
95 import android.security.keystore.KeyProtection;1752 new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in tieProfileLockToParent()1759 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
22 import android.security.keystore.KeyProtection;
3405 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);
1414 MissingNullability: android.security.keystore.KeyProtection.Builder#setBoundToSpecificSecureUserId(…
42863 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 …]
5366 android.security.keystore.KeyProtection$Builder5367 android.security.keystore.KeyProtection
45594 Landroid/security/keystore/KeyProtection$Builder;45595 Landroid/security/keystore/KeyProtection;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...