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