KeyRingInfo

data class KeyRingInfo(val masterKeyId: Long, val fingerprint: String, val userIds: List<UserIdInfo>, val subkeys: List<SubkeyInfo>, val isSecret: Boolean, val isRevoked: Boolean)

Summary of an OpenPGP public or secret key ring.

Constructors

Link copied to clipboard
constructor(masterKeyId: Long, fingerprint: String, userIds: List<UserIdInfo>, subkeys: List<SubkeyInfo>, isSecret: Boolean, isRevoked: Boolean)

Properties

Link copied to clipboard

Master key fingerprint (formatted hex).

Link copied to clipboard

Whether the master key is revoked.

Link copied to clipboard

true when parsed from a secret key ring.

Link copied to clipboard

64-bit ID of the primary (certifying) key.

Link copied to clipboard

Master and subkey metadata in ring order.

Link copied to clipboard

All user IDs on the master key.