Class PackedAssertionFormatProcessor
- java.lang.Object
-
- io.jans.fido2.service.processor.assertion.PackedAssertionFormatProcessor
-
- All Implemented Interfaces:
AssertionFormatProcessor
@ApplicationScoped public class PackedAssertionFormatProcessor extends Object implements AssertionFormatProcessor
Class which processes assertions of "packed" fmt (attestation type)
-
-
Constructor Summary
Constructors Constructor Description PackedAssertionFormatProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttestationFormat
getAttestationFormat()
void
process(String base64AuthenticatorData, String signature, String clientDataJson, io.jans.orm.model.fido2.Fido2RegistrationData registration, io.jans.orm.model.fido2.Fido2AuthenticationData authenticationEntity)
-
-
-
Method Detail
-
getAttestationFormat
public AttestationFormat getAttestationFormat()
- Specified by:
getAttestationFormat
in interfaceAssertionFormatProcessor
-
process
public void process(String base64AuthenticatorData, String signature, String clientDataJson, io.jans.orm.model.fido2.Fido2RegistrationData registration, io.jans.orm.model.fido2.Fido2AuthenticationData authenticationEntity)
- Specified by:
process
in interfaceAssertionFormatProcessor
-
-