AddSubkeyRequest

data class AddSubkeyRequest(val secretKeyRingArmored: ByteArray, val passphrase: CharArray, val subkeyType: SubkeyType, val rsaBits: Int = 3072)

Parameters for adding a subkey to an existing secret key ring.

Constructors

Link copied to clipboard
constructor(secretKeyRingArmored: ByteArray, passphrase: CharArray, subkeyType: SubkeyType, rsaBits: Int = 3072)

Properties

Link copied to clipboard

Passphrase to unlock the master secret key.

Link copied to clipboard

RSA modulus size when the subkey type is RSA-based.

Link copied to clipboard

ASCII-armored secret key ring to modify.

Link copied to clipboard

Algorithm and intended capability of the new subkey.