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)