ChangePassphraseRequest

data class ChangePassphraseRequest(val secretKeyRingArmored: ByteArray, val oldPassphrase: CharArray, val newPassphrase: CharArray)

Parameters for changing the passphrase on a secret key ring.

Constructors

Link copied to clipboard
constructor(secretKeyRingArmored: ByteArray, oldPassphrase: CharArray, newPassphrase: CharArray)

Properties

Link copied to clipboard

New passphrase to apply to all secret keys.

Link copied to clipboard

Current passphrase.

Link copied to clipboard

Armored secret key ring to re-encrypt.