UserIdEntity

data class UserIdEntity(val id: Long = 0, val masterKeyId: Long, val userId: String, val isPrimary: Boolean)

User id (uid) packet associated with a key ring.

Constructors

Link copied to clipboard
constructor(id: Long = 0, masterKeyId: Long, userId: String, isPrimary: Boolean)

Properties

Link copied to clipboard
val id: Long

Surrogate primary key.

Link copied to clipboard

Whether this uid is the primary uid on the key.

Link copied to clipboard
Link copied to clipboard

Full uid string (e.g. Name <email@example.com>).