Home
last modified time | relevance | path

Searched refs:mEncryptedKeyMaterial (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DWrappedApplicationKey.java44 private byte[] mEncryptedKeyMaterial; field in WrappedApplicationKey
87 mInstance.mEncryptedKeyMaterial = encryptedKeyMaterial; in setEncryptedKeyMaterial()
110 Objects.requireNonNull(mInstance.mEncryptedKeyMaterial); in build()
124 mEncryptedKeyMaterial = Objects.requireNonNull(encryptedKeyMaterial); in WrappedApplicationKey()
138 return mEncryptedKeyMaterial; in getEncryptedKeyMaterial()
160 out.writeByteArray(mEncryptedKeyMaterial); in writeToParcel()
169 mEncryptedKeyMaterial = in.createByteArray(); in WrappedApplicationKey()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48350 Landroid/security/keystore/recovery/WrappedApplicationKey;->mEncryptedKeyMaterial:[B