E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


Stellt ein E2eeBaseKeyParcelable dar, das mit dem aktuellen Nutzer verknüpft ist.

Zusammenfassung

Verschachtelte Typen

Builder-Klasse für E2eeSelfKeyParcelable.

Öffentliche Methoden

boolean
@NonNull String

Gibt die account ID zurück.

@NonNull String

Gibt die device ID zurück.

@Nullable byte[]

Gibt die public key zurück.

@NonNull String

Gibt die package name zurück, die den Schlüssel besitzt.

int

Gibt die remote verification state des Schlüssels zurück.

long

Gibt die timestamp of the last update zurück.

int
void
writeToParcel(Parcel dest, int flags)

Übernommene Konstanten

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

Geerbte Methoden

Von android.os.Parcelable
abstract int
int

Konstanten

CREATOR-

public static final Parcelable.Creator<E2eeSelfKeyParcelableCREATOR

Öffentliche Felder

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

Öffentliche Methoden

ist gleich

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

Gibt die account ID zurück.

getDeviceId

public @NonNull String getDeviceId()

Gibt die device ID zurück.

getKeyValue

public @Nullable byte[] getKeyValue()

Gibt die public key zurück.

getOwnerPackageName

public @NonNull String getOwnerPackageName()

Gibt die package name zurück, die den Schlüssel besitzt.

getRemoteVerificationState

public int getRemoteVerificationState()

Gibt die remote verification state des Schlüssels zurück.

getTimeUpdated

public long getTimeUpdated()

Gibt die timestamp of the last update zurück.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)