E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


يمثّل هذا النوع E2eeBaseKeyParcelable مرتبطًا بالمستخدم الحالي.

ملخّص

الأنواع المتداخلة

فئة أداة الإنشاء الخاصة بـ 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)