E2eeSelfKeyParcelable.Builder


public final class E2eeSelfKeyParcelable.Builder


Builder class for E2eeSelfKeyParcelable.

Summary

Public constructors

Creates a new builder.

Creates a new builder.

Public constructors

Builder

public Builder()

Creates a new builder.

Builder

public Builder(E2eeSelfKeyParcelable origin)

Creates a new builder.

Public methods

build

public E2eeSelfKeyParcelable build()

Builds the E2eeSelfKeyParcelable.

setKeyValue

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

Sets the key bytes of the public key.

setOwnerPackageName

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

Sets the owner package name.

setRemoteVerificationState

@CanIgnoreReturnValue
public E2eeSelfKeyParcelable.Builder setRemoteVerificationState(int remoteVerificationState)

Sets the remote verification state of the key.