E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


Menampilkan E2eeBaseKeyParcelable yang terkait dengan pengguna saat ini.

Ringkasan

Jenis bertingkat

Class builder untuk E2eeSelfKeyParcelable.

Metode publik

boolean
@NonNull String

Menampilkan account ID.

@NonNull String

Menampilkan device ID.

@Nullable byte[]

Menampilkan public key.

@NonNull String

Menampilkan package name yang memiliki kunci.

int

Menampilkan remote verification state kunci.

long

Menampilkan timestamp of the last update.

int
void
writeToParcel(Parcel dest, int flags)

Konstanta Turunan

Dari android.os.Parcelable
static final int
static final int
static final int
static final int

Metode turunan

Dari android.os.Parcelable
abstract int
int

Konstanta

CREATOR

public static final Parcelable.Creator<E2eeSelfKeyParcelableCREATOR

Kolom publik

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

Metode publik

sama dengan

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

Menampilkan account ID.

getDeviceId

public @NonNull String getDeviceId()

Menampilkan device ID.

getKeyValue

public @Nullable byte[] getKeyValue()

Menampilkan public key.

getOwnerPackageName

public @NonNull String getOwnerPackageName()

Menampilkan package name yang memiliki kunci.

getRemoteVerificationState

public int getRemoteVerificationState()

Menampilkan remote verification state kunci.

getTimeUpdated

public long getTimeUpdated()

Menampilkan timestamp of the last update.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)