parsedAttributesBy
fun parsedAttributesBy(requestedAttributes: List<AttestationChallenge.AttributeAttestationDescriptor>?): List<Primitive>?(source)
Decodes values by their requested position and PrimitiveType. Missing optional values decode to null; missing required values, unexpected values, and malformed encodings are rejected.