KeySummaryParcel

data class KeySummaryParcel(val masterKeyId: Long, val fingerprint: String, val primaryUserId: String?, val isSecret: Boolean) : Parcelable

Minimal key metadata exposed to API clients.

Constructors

Link copied to clipboard
constructor(masterKeyId: Long, fingerprint: String, primaryUserId: String?, isSecret: Boolean)

Properties

Link copied to clipboard

Display fingerprint.

Link copied to clipboard

Whether a secret key exists locally (clients typically see public only).

Link copied to clipboard

64-bit OpenPGP master key id.

Link copied to clipboard

Primary uid string, if present.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)