Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures Class Reference

Represents the data structures used in FIDO (CTAP1 & CTAP2) communication, as defined in the latest FIDO CTAP2 Specification. More...

Classes

class  AttestationStatement
 Represents a CTAP2 attestation statement containing cryptographic proof of credential origin. More...
 
class  AuthenticatorInfo
 Represents the response from FIDO CTAP2 authenticatorGetInfo command. More...
 
class  ClientPINRequest
 Represents parameters for the FIDO CTAP2 authenticatorClientPIN command. More...
 
class  ClientPINResponse
 Represents the response from the FIDO CTAP2 authenticatorClientPIN command. More...
 
class  ConfigRequest
 Represents parameters for FIDO CTAP2 authenticatorConfig command. More...
 
class  ConfigSubCommandParams
 Represents subcommand-specific parameters for CTAP2 authenticatorConfig command. More...
 
class  COSEKey
 Represents a COSE (CBOR Object Signing and Encryption) key, as defined in FIDO CTAP2 Specification. This class is used to store cryptographic key information used in FIDO authentication. More...
 
class  CredentialManagementRequest
 Represents parameters for FIDO CTAP2 authenticatorCredentialManagement command. More...
 
class  CredentialManagementResponse
 Represents the response from FIDO CTAP2 authenticatorCredentialManagement command. More...
 
class  CredentialManagementSubCommandParams
 Represents subcommand-specific parameters for CTAP2 authenticatorCredentialManagement command. More...
 
class  GetAssertionRequest
 Represents parameters for the FIDO CTAP2 authenticatorGetAssertion command. More...
 
class  GetAssertionResponse
 Represents the response from a FIDO CTAP2 authenticatorGetAssertion command. More...
 
class  MakeCredentialRequest
 Represents parameters for the FIDO CTAP2 authenticatorMakeCredential command. More...
 
class  MakeCredentialResponse
 Represents the response from a FIDO CTAP2 authenticatorMakeCredential command. More...
 
class  PublicKeyCredentialDescriptor
 Represents a credential descriptor for WebAuthn/FIDO2 operations. More...
 
class  PublicKeyCredentialParameters
 Represents a credential algorithm and type specification for WebAuthn/FIDO2 operations. More...
 
class  PublicKeyCredentialRpEntity
 Represents a Relying Party (RP) entity for WebAuthn/FIDO2 operations. More...
 
class  PublicKeyCredentialUserEntity
 Represents a user account for WebAuthn/FIDO2 credential operations. More...
 
class  U2FAuthenticationRequest
 Represents a U2F authentication request per FIDO U2F (CTAP 1) specification. More...
 
class  U2FAuthenticationResponse
 Represents a U2F authentication response per FIDO U2F (CTAP 1) specification. More...
 
class  U2FRegistrationRequest
 Represents a U2F registration request per FIDO U2F (CTAP 1) specification. More...
 
class  U2FRegistrationResponse
 Represents a U2F registration response per FIDO U2F (CTAP 1) specification. More...
 

Detailed Description

Represents the data structures used in FIDO (CTAP1 & CTAP2) communication, as defined in the latest FIDO CTAP2 Specification.