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

Properties

Link copied to clipboard
abstract val throwable: Throwable?