UserIdInfo

data class UserIdInfo(val userId: String, val isPrimary: Boolean)

User ID entry on the master key.

Constructors

Link copied to clipboard
constructor(userId: String, isPrimary: Boolean)

Properties

Link copied to clipboard

Whether this ID is marked primary in self-certifications.

Link copied to clipboard

RFC 4880 user ID string.