Remote

data class Remote(val url: String) : CertSource

Fetch the CSCA certificate from a remote URL. The SDK fetches it once per process lifetime and caches it in memory. If the fetch fails, the session fails with ro.eidkit.sdk.error.CeiError.ConfigurationError.

Use this for on-premise deployments where you manage your own cert distribution endpoint.

Parameters

url

HTTPS URL returning a DER-encoded X.509 certificate.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String