ConstraintConfigBuilder

We need a builder to support creating a ConstraintConfig, as it's a thread-safe object. A Kotlin-idiomatic builder function is provided below.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun additionalConstraint(constraint: () -> Constraint)
Link copied to clipboard
Link copied to clipboard
fun keyOrigin(constraint: () -> Constraint)
Link copied to clipboard
fun rootOfTrust(constraint: () -> Constraint)
Link copied to clipboard
fun securityLevel(constraint: () -> Constraint)