Class TPMAssertionFormatProcessor
- java.lang.Object
-
- io.jans.fido2.service.processor.assertion.TPMAssertionFormatProcessor
-
- All Implemented Interfaces:
AssertionFormatProcessor
@ApplicationScoped public class TPMAssertionFormatProcessor extends Object implements AssertionFormatProcessor
Class which processes assertions of "tpm" fmt (attestation type)
-
-
Constructor Summary
Constructors Constructor Description TPMAssertionFormatProcessor()
-
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
-
-