Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/keystore/recovery/
DWrappedApplicationKey.java44 private byte[] mEncryptedKeyMaterial; field in WrappedApplicationKey
87 mInstance.mEncryptedKeyMaterial = encryptedKeyMaterial; in setEncryptedKeyMaterial()
110 Preconditions.checkNotNull(mInstance.mEncryptedKeyMaterial); in build()
124 mEncryptedKeyMaterial = Preconditions.checkNotNull(encryptedKeyMaterial); in WrappedApplicationKey()
138 return mEncryptedKeyMaterial; in getEncryptedKeyMaterial()
160 out.writeByteArray(mEncryptedKeyMaterial); in writeToParcel()
169 mEncryptedKeyMaterial = in.createByteArray(); in WrappedApplicationKey()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt62262 Landroid/security/keystore/recovery/WrappedApplicationKey;->mEncryptedKeyMaterial:[B