Home
last modified time | relevance | path

Searched refs:encryptedKeyMaterial (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/security/keystore/recovery/
DWrappedApplicationKey.java86 public @NonNull Builder setEncryptedKeyMaterial(@NonNull byte[] encryptedKeyMaterial) { in setEncryptedKeyMaterial() argument
87 mInstance.mEncryptedKeyMaterial = encryptedKeyMaterial; in setEncryptedKeyMaterial()
122 public WrappedApplicationKey(@NonNull String alias, @NonNull byte[] encryptedKeyMaterial) { in WrappedApplicationKey() argument
124 mEncryptedKeyMaterial = Objects.requireNonNull(encryptedKeyMaterial); in WrappedApplicationKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DWrappedKey.java81 byte[] encryptedKeyMaterial; in fromSecretKey()
83 encryptedKeyMaterial = cipher.wrap(key); in fromSecretKey()
102 /*keyMaterial=*/ encryptedKeyMaterial, in fromSecretKey()
DRecoverableKeyStoreManager.java910 byte[] encryptedKeyMaterial = applicationKey.getEncryptedKeyMaterial(); in recoverApplicationKeys()
915 encryptedKeyMaterial, keyMetadata); in recoverApplicationKeys()