Types

Link copied to clipboard
class AttestationStatementExtraction(val throwable: Throwable, val csr: Pkcs10CertificationRequest) : PreAttestationError
Link copied to clipboard
Link copied to clipboard
class ChallengeVerification(val throwable: Throwable?, val receivedTbsCsr: TbsCertificationRequest) : PreAttestationError
Link copied to clipboard

Failure while validating the proof transport after its challenge was recovered. reason identifies the rejected invariant and clientData plus challenge provide the complete context.

Link copied to clipboard

Properties

Link copied to clipboard
abstract val throwable: Throwable?