E2eeSelfKeyParcelable.Builder


public final class E2eeSelfKeyParcelable.Builder


Clase de compilador para E2eeSelfKeyParcelable.

Resumen

Constructores públicos

Crea un nuevo compilador.

Crea un nuevo compilador.

Constructores públicos

Builder

public Builder()

Crea un nuevo compilador.

Builder

public Builder(E2eeSelfKeyParcelable origin)

Crea un nuevo compilador.

Métodos públicos

build

public E2eeSelfKeyParcelable build()

Compile el E2eeSelfKeyParcelable

setKeyValue

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setKeyValue(@Nullable byte[] keyValue)

Establece el key bytes de la clave pública.

setOwnerPackageName

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setOwnerPackageName(@NonNull String ownerPackageName)

Establece el owner package name.

setRemoteVerificationState

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setRemoteVerificationState(int remoteVerificationState)

Establece el remote verification state de la clave.

setTimeUpdated

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setTimeUpdated(long timeUpdated)

Establece el timestamp of the last update.