Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Entry(val host: String, val certificate: String, val expired: Long, val sha256: String? = null)
Link copied to clipboard
sealed class Event

Represents an event within the ShieldCert SDK. This is a sealed class, with specific event types defined as subclasses.

Link copied to clipboard
sealed class UpdateEvent : Event

Represents an update event within the ShieldCert SDK. This sealed class has specific update event types as subclasses.

Link copied to clipboard
sealed class ValidationEvent : Event

Represents a validation event within the ShieldCert SDK. This sealed class has specific validation event types as subclasses.