Package-level declarations
Types
Link copied to clipboard
Main entry point for the ShieldCert SDK. This object provides methods to initialize and interact with the SDK.
Link copied to clipboard
data class ShieldCertConfig(val apiKey: String, val host: String = HOST, val publicKey: String, val expiredTimeout: Duration = 60.toDuration(DurationUnit.MINUTES))
Configuration data for the ShieldCert SDK.