AttestationValue
sealed class AttestationValue<out A : Asn1Encodable<*>> : AuthorizationList.Tagged.WithTag<Asn1Element> , PrettyPrintable(source)
Either type containing:
on success: the parsed Success.value with semantics attached
on failure: the Failure.rawAsn1Value, which is a deep copy of the non-parsable source element
Parameters
T
the type of the parsed Asn1Encodable
See also
Asn1Element