E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


Reprezentuje E2eeBaseKeyParcelable powiązany z obecnym użytkownikiem.

Podsumowanie

Typy zagnieżdżone

Klasa Builder dla E2eeSelfKeyParcelable.

Metody publiczne

boolean
@NonNull String

Zwraca wartość account ID.

@NonNull String

Zwraca wartość device ID.

@Nullable byte[]

Zwraca wartość public key.

@NonNull String

Zwraca package name, który jest właścicielem klucza.

int

Zwraca remote verification state klucza.

long

Zwraca wartość timestamp of the last update.

int
void
writeToParcel(Parcel dest, int flags)

Odziedziczone stałe

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

Metody dziedziczone

android.os.Parcelable
abstract int
int

Stałe

TWÓRCÓW

public static final Parcelable.Creator<E2eeSelfKeyParcelableCREATOR

Pola publiczne

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

Metody publiczne

równa się

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

Zwraca wartość account ID.

getDeviceId

public @NonNull String getDeviceId()

Zwraca wartość device ID.

getKeyValue

public @Nullable byte[] getKeyValue()

Zwraca wartość public key.

getOwnerPackageName

public @NonNull String getOwnerPackageName()

Zwraca package name, który jest właścicielem klucza.

getRemoteVerificationState

public int getRemoteVerificationState()

Zwraca remote verification state klucza.

getTimeUpdated

public long getTimeUpdated()

Zwraca wartość timestamp of the last update.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)