RemoveSubkeyRequest

data class RemoveSubkeyRequest(val secretKeyRingArmored: ByteArray, val subkeyId: Long)

Parameters for removing a subkey from a secret key ring.

Constructors

Link copied to clipboard
constructor(secretKeyRingArmored: ByteArray, subkeyId: Long)

Properties

Link copied to clipboard

ASCII-armored secret key ring to modify.

Link copied to clipboard

64-bit key ID of the subkey to remove.