E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


מייצג E2eeBaseKeyParcelable שמשויך למשתמש הנוכחי.

סיכום

סוגי רכיבים שהוצבו בתוך רכיבים אחרים

מחלקת Builder של E2eeSelfKeyParcelable.

ערכים קבועים

static final Parcelable.Creator<E2eeSelfKeyParcelable>

‫methods ציבוריים

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)

Inherited Constants

מתוך android.os.Parcelable
static final int
static final int
static final int
static final int

‫methods שעברו בירושה

מתוך android.os.Parcelable
abstract int
int

ערכים קבועים

CREATOR

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

‫methods ציבוריים

שווה

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)