E2eeAccountContactKeyParcelable


class E2eeAccountContactKeyParcelable : Parcelable, E2eeBaseKeyParcelable


表示账号密钥,一种由客户端拥有的密钥,用于与给定应用专用账号相关联的端到端加密,该密钥可能与零个、一个或多个联系人相关联。

摘要

嵌套类型

E2eeAccountContactKeyParcelable 的构建器类。

公共函数

Boolean
equals(other: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

继承的函数

继承自 android.os.Parcelable

公共函数

等号

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

公共属性

accountId

val accountId: String

deviceId

val deviceId: String

keyValue

val keyValue: ByteArray<Byte>?

localVerificationState

val localVerificationState: Int

ownerPackageName

val ownerPackageName: String

remoteVerificationState

val remoteVerificationState: Int

timeUpdated

val timeUpdated: Long