UserIdEditRequest

data class UserIdEditRequest(val secretKeyRingArmored: ByteArray, val passphrase: CharArray, val userId: String)

Parameters for a user ID edit operation on a secret key ring.

Constructors

Link copied to clipboard
constructor(secretKeyRingArmored: ByteArray, passphrase: CharArray, userId: String)

Properties

Link copied to clipboard

Passphrase to unlock the master secret key.

Link copied to clipboard

ASCII-armored secret key ring to modify.

Link copied to clipboard

User ID string to add, revoke, or mark as primary.