E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


Representa un E2eeBaseKeyParcelable vinculado al usuario actual.

Resumen

Tipos anidados

Clase de compilador para E2eeSelfKeyParcelable.

Métodos públicos

boolean
@NonNull String

Devuelve account ID.

@NonNull String

Devuelve device ID.

@Nullable byte[]

Devuelve public key.

@NonNull String

Devuelve el package name que posee la clave.

int

Devuelve el remote verification state de la clave.

long

Devuelve timestamp of the last update.

int
void
writeToParcel(Parcel dest, int flags)

Constantes heredadas

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

Métodos heredados

Desde android.os.Parcelable
abstract int
int

Constantes

CREATOR

public static final Parcelable.Creator<E2eeSelfKeyParcelableCREATOR

Campos públicos

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

Métodos públicos

equals

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

Devuelve account ID.

getDeviceId

public @NonNull String getDeviceId()

Devuelve device ID.

getKeyValue

public @Nullable byte[] getKeyValue()

Devuelve public key.

getOwnerPackageName

public @NonNull String getOwnerPackageName()

Devuelve el package name que posee la clave.

getRemoteVerificationState

public int getRemoteVerificationState()

Devuelve el remote verification state de la clave.

getTimeUpdated

public long getTimeUpdated()

Devuelve timestamp of the last update.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)