Companion
object Companion
Functions
Link copied to clipboard
fun createWithSingleKeyCertifier(secureArea: SecureArea, storage: Storage = EphemeralStorage(), numKeys: Int = 10, createKeySettings: CreateKeySettings = CreateKeySettings(), tableName: String = "CertifiedKeys", replenishThresholdFraction: Double = 0.5, refreshThresholdFraction: Double = 2.0 / 3.0, certifySingleKey: suspend (key: KeyAttestation) -> X509CertChain): CertifiedKeyManager
Creates a CertifiedKeyManager using a suspend function that certifies a single KeyAttestation at a time.