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 Summary
Constructors Constructor Description AttestationProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttestationFormatProcessor
getCommandProcessor(String fmtFormat)
List<String>
getSupportedAttestationFormats()
-
-
-
Method Detail
-
getCommandProcessor
public AttestationFormatProcessor getCommandProcessor(String fmtFormat)
-
-