Class 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 Detail

      • AttestationProcessorFactory

        public AttestationProcessorFactory()
    • Method Detail

      • getSupportedAttestationFormats

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