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 class
AppleAssertionFormatProcessor
Processor class for Assertions from Apple Platform authenticator - reference - https://medium.com/webauthnworks/webauthn-fido2-verifying-apple-anonymous-attestation-5eaff334c849class
PackedAssertionFormatProcessor
Class which processes assertions of "packed" fmt (attestation type)class
U2FAssertionFormatProcessor
Class which processes assertions of "fido2-u2f" fmt (attestation type)class
U2FSuperGluuAssertionFormatProcessor
Class 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 AssertionFormatProcessor
AssertionProcessorFactory. getCommandProcessor(String fmtFormat)
-