E2eeSelfKeyParcelable.Builder


class E2eeSelfKeyParcelable.Builder


E2eeSelfKeyParcelable의 빌더 클래스입니다.

요약

공개 생성자

새 빌더를 만듭니다.

새 빌더를 만듭니다.

공개 생성자

빌더

Builder()

새 빌더를 만듭니다.

빌더

Builder(origin: E2eeSelfKeyParcelable!)

새 빌더를 만듭니다.

공개 함수

build

fun build(): E2eeSelfKeyParcelable!

E2eeSelfKeyParcelable를 빌드합니다.

setAccountId

@CanIgnoreReturnValue
fun setAccountId(accountId: String): E2eeSelfKeyParcelable.Builder!

account ID. 를 설정합니다.

setDeviceId

@CanIgnoreReturnValue
fun setDeviceId(deviceId: String): E2eeSelfKeyParcelable.Builder!

device ID를 설정합니다.

setKeyValue

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

공개 키의 key bytes를 설정합니다.

setOwnerPackageName

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

owner package name를 설정합니다.

setRemoteVerificationState

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

키의 remote verification state를 설정합니다.

setTimeUpdated

@CanIgnoreReturnValue
fun setTimeUpdated(timeUpdated: Long): E2eeSelfKeyParcelable.Builder!

timestamp of the last update를 설정합니다.