Sign Result
data class SignResult(val signature: ByteArray, val certificate: ByteArray, val demoMode: Boolean = false)
The result of a ro.eidkit.sdk.CeiSigner session.
Contains the raw ECDSA-SHA384 signature produced by the chip's nonRepudiation key and the certificate used to verify it.
Properties
Link copied to clipboard
DER-encoded X.509 certificate (CE8E file from the GenPKI applet). Contains the public key needed to verify signature. Subject will include the card holder's name and CNP.
Link copied to clipboard
True when the SDK is running in demo mode (no license token was provided). signature and certificate are stubs — cryptographically invalid. Use this to show a "Demo mode" indicator in your UI.