E2eeSelfKeyParcelable.Builder


class E2eeSelfKeyParcelable.Builder


Builder class for E2eeSelfKeyParcelable.

Summary

Public constructors

Creates a new builder.

Creates a new builder.

Public constructors

Builder

Builder()

Creates a new builder.

Builder

Builder(origin: E2eeSelfKeyParcelable!)

Creates a new builder.

Public functions

build

fun build(): E2eeSelfKeyParcelable!

Builds the E2eeSelfKeyParcelable.

setKeyValue

@CanIgnoreReturnValue
fun setKeyValue(keyValue: ByteArray?): E2eeSelfKeyParcelable.Builder!

Sets the key bytes of the public key.

setOwnerPackageName

@CanIgnoreReturnValue
fun setOwnerPackageName(ownerPackageName: String): E2eeSelfKeyParcelable.Builder!

Sets the owner package name.

setRemoteVerificationState

@CanIgnoreReturnValue
fun setRemoteVerificationState(remoteVerificationState: Int): E2eeSelfKeyParcelable.Builder!

Sets the remote verification state of the key.