Class AttestationProcessorFactory

java.lang.Object
io.jans.fido2.service.processor.attestation.AttestationProcessorFactory

@ApplicationScoped public class AttestationProcessorFactory extends Object
The attestationObject contains base64url encoded buffer of CBOR encoded attestation object. When parsed, the "fmt" value contains the attestation format. AttestationProcessorFactory - Factory Class that returns Processor based on the fmt
  • Constructor Details

    • AttestationProcessorFactory

      public AttestationProcessorFactory()
  • Method Details

    • getCommandProcessor

      public AttestationFormatProcessor getCommandProcessor(String fmtFormat)
    • getSupportedAttestationFormats

      @Produces @ApplicationScoped @Named("supportedAttestationFormats") public List<String> getSupportedAttestationFormats()