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
A
the type of the parsed Asn1Encodable
See also
Asn1Element
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the current instance as a Failure if it represents a failure state. If the instance is not a failure, null is returned.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
KmmResult version of toResult
Link copied to clipboard