E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


현재 사용자에 연결된 E2eeBaseKeyParcelable를 나타냅니다.

요약

중첩된 유형

E2eeSelfKeyParcelable의 빌더 클래스입니다.

공개 메서드

boolean
@NonNull String

account ID를 반환합니다.

@NonNull String

device ID를 반환합니다.

@Nullable byte[]

public key를 반환합니다.

@NonNull String

키를 소유한 package name를 반환합니다.

int

키의 remote verification state를 반환합니다.

long

timestamp of the last update를 반환합니다.

int
void
writeToParcel(Parcel dest, int flags)

상속된 상수

android.os.Parcelable에서
static final int
static final int
static final int
static final int

상속된 메서드

android.os.Parcelable에서
abstract int
int

상수

크리에이터

public static final Parcelable.Creator<E2eeSelfKeyParcelableCREATOR

공개 필드

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

공개 메서드

같음

public boolean equals(@Nullable Object other)

getAccountId

public @NonNull String getAccountId()

account ID를 반환합니다.

getDeviceId

public @NonNull String getDeviceId()

device ID를 반환합니다.

getKeyValue

public @Nullable byte[] getKeyValue()

public key를 반환합니다.

getOwnerPackageName

public @NonNull String getOwnerPackageName()

키를 소유한 package name를 반환합니다.

getRemoteVerificationState

public int getRemoteVerificationState()

키의 remote verification state를 반환합니다.

getTimeUpdated

public long getTimeUpdated()

timestamp of the last update를 반환합니다.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)