Searched refs:mEncryptedKeyMaterial (Results 1 – 2 of 2) sorted by relevance
44 private byte[] mEncryptedKeyMaterial; field in WrappedApplicationKey87 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()
47707 Landroid/security/keystore/recovery/WrappedApplicationKey;->mEncryptedKeyMaterial:[B