RevocationCertApplier

Merges armored revocation signatures into public or secret key rings.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun applyToPublicKeyRing(publicArmored: ByteArray, revocationArmored: ByteArray): ByteArray

Applies revocationArmored to a public key ring.

Link copied to clipboard
fun applyToSecretKeyRing(secretArmored: ByteArray, revocationArmored: ByteArray): ByteArray

Applies revocationArmored to a secret key ring (updates embedded public packets).