E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


แสดง E2eeBaseKeyParcelable ที่เชื่อมโยงกับผู้ใช้ปัจจุบัน

สรุป

ประเภทที่ซ้อนกัน

คลาส Builder สำหรับ E2eeSelfKeyParcelable

ค่าคงที่

static final Parcelable.Creator<E2eeSelfKeyParcelable>

เมธอดสาธารณะ

boolean
@NonNull String

แสดง account ID

@NonNull String

แสดง device ID

@Nullable byte[]

แสดง public key

@NonNull String

แสดงผล package name ที่เป็นเจ้าของคีย์

int

แสดงผล remote verification state ของคีย์

long

แสดง timestamp of the last update

int
void
writeToParcel(Parcel dest, int flags)

ค่าคงที่ที่รับค่ามา

จาก android.os.Parcelable
static final int
static final int
static final int
static final int

วิธีการที่รับช่วง

จาก android.os.Parcelable
abstract int
int

ค่าคงที่

ครีเอเตอร์

public static final Parcelable.Creator<E2eeSelfKeyParcelableCREATOR

ฟิลด์สาธารณะ

accountId

public @NonNull String accountId

deviceId

public @NonNull String deviceId

keyValue

public @Nullable byte[] keyValue

ownerPackageName

public @NonNull String ownerPackageName

remoteVerificationState

public int remoteVerificationState

timeUpdated

public long timeUpdated

เมธอดสาธารณะ

เท่ากับ

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

แสดง account ID

getDeviceId

public @NonNull String getDeviceId()

แสดง device ID

getKeyValue

public @Nullable byte[] getKeyValue()

แสดง public key

getOwnerPackageName

public @NonNull String getOwnerPackageName()

แสดงผล package name ที่เป็นเจ้าของคีย์

getRemoteVerificationState

public int getRemoteVerificationState()

แสดงผล remote verification state ของคีย์

getTimeUpdated

public long getTimeUpdated()

แสดง timestamp of the last update

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)