E2eeSelfKeyParcelable


public final class E2eeSelfKeyParcelable implements Parcelable, E2eeBaseKeyParcelable


इससे मौजूदा उपयोगकर्ता से जुड़े E2eeBaseKeyParcelable की जानकारी मिलती है.

खास जानकारी

नेस्ट किए गए टाइप

E2eeSelfKeyParcelable के लिए बिल्डर क्लास.

कॉन्स्टेंट

static final Parcelable.Creator<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)