Uses of Class
de.adorsys.sdjwt.vp.KeyBindingJwtVerificationOpts
-
Packages that use KeyBindingJwtVerificationOpts Package Description de.adorsys.sdjwt de.adorsys.sdjwt.vp -
-
Uses of KeyBindingJwtVerificationOpts in de.adorsys.sdjwt
Methods in de.adorsys.sdjwt with parameters of type KeyBindingJwtVerificationOpts Modifier and Type Method Description voidSdJwtVerificationContext. verifyPresentation(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts)Verifies SD-JWT presentation. -
Uses of KeyBindingJwtVerificationOpts in de.adorsys.sdjwt.vp
Methods in de.adorsys.sdjwt.vp that return KeyBindingJwtVerificationOpts Modifier and Type Method Description KeyBindingJwtVerificationOptsKeyBindingJwtVerificationOpts.Builder. build()Methods in de.adorsys.sdjwt.vp with parameters of type KeyBindingJwtVerificationOpts Modifier and Type Method Description voidSdJwtVP. verify(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts)Verifies SD-JWT presentation.
-