AttributeConstraint
Constraint that checks a single attribute of the KeyDescription.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
@Immutable(containerOf = ["T"] )
Checks that the attribute exists and matches the expected value.
Properties
Functions
Link copied to clipboard
open override fun check(description: KeyDescription, certPath: KeyAttestationCertPath): Constraint.Result
Evaluates whether the description is satisfied by this AttributeConstraint.