SignEvent

sealed class SignEvent

Progress events emitted by ro.eidkit.sdk.CeiSigner.executeFlow.

Each event fires immediately before the corresponding operation begins. Done is always the final event on success.

Inheritors

Types

Link copied to clipboard

NFC tag connected; about to start PACE session.

Link copied to clipboard
data class Done(val result: SignResult) : SignEvent

Session complete — signature produced successfully.

Link copied to clipboard

PACE secure channel being established with the GenPKI applet.

Link copied to clipboard

Running INTERNAL AUTHENTICATE with the nonRepudiation key (key ref 0x8E).

Link copied to clipboard

Verifying the 6-digit signing PIN against the GenPKI applet.