Uses of Interface
io.jans.fido2.service.processors.AssertionFormatProcessor
-
Packages that use AssertionFormatProcessor Package Description io.jans.fido2.service.processor.assertion -
-
Uses of AssertionFormatProcessor in io.jans.fido2.service.processor.assertion
Classes in io.jans.fido2.service.processor.assertion that implement AssertionFormatProcessor Modifier and Type Class Description classAppleAssertionFormatProcessorProcessor class for Assertions from Apple Platform authenticator - reference - https://medium.com/webauthnworks/webauthn-fido2-verifying-apple-anonymous-attestation-5eaff334c849classNoneAssertionFormatProcessorClass which processes assertions of "none" fmt (attestation type)classPackedAssertionFormatProcessorClass which processes assertions of "packed" fmt (attestation type)classTPMAssertionFormatProcessorClass which processes assertions of "tpm" fmt (attestation type)classU2FAssertionFormatProcessorClass which processes assertions of "fido2-u2f" fmt (attestation type)classU2FSuperGluuAssertionFormatProcessorClass which processes assertions of "fido2-u2f" fmt (attestation type)Methods in io.jans.fido2.service.processor.assertion that return AssertionFormatProcessor Modifier and Type Method Description AssertionFormatProcessorAssertionProcessorFactory. getCommandProcessor(String fmtFormat)
-