writePublic

open override fun writePublic(keyId: Long, data: ByteArray): String

Writes public key ring bytes for keyId, stored separately from the secret blob.

Return

Absolute filesystem path of the written encrypted file.

Parameters

keyId

Master key identifier used to derive the filename.

data

Armored public key ring bytes.