Uses of Class
org.keycloak.sdjwt.vp.KeyBindingJwtVerificationOpts
Packages that use KeyBindingJwtVerificationOpts
-
Uses of KeyBindingJwtVerificationOpts in org.keycloak.sdjwt
Methods in org.keycloak.sdjwt with parameters of type KeyBindingJwtVerificationOptsModifier and TypeMethodDescriptionvoid
SdJwtVerificationContext.verifyPresentation
(List<SignatureVerifierContext> issuerVerifyingKeys, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts, PresentationRequirements presentationRequirements) Verifies SD-JWT presentation. -
Uses of KeyBindingJwtVerificationOpts in org.keycloak.sdjwt.consumer
Methods in org.keycloak.sdjwt.consumer with parameters of type KeyBindingJwtVerificationOptsModifier and TypeMethodDescriptionvoid
SdJwtPresentationConsumer.verifySdJwtPresentation
(SdJwtVP sdJwtVP, PresentationRequirements presentationRequirements, List<TrustedSdJwtIssuer> trustedSdJwtIssuers, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verify SD-JWT presentation against specific requirements. -
Uses of KeyBindingJwtVerificationOpts in org.keycloak.sdjwt.vp
Methods in org.keycloak.sdjwt.vp that return KeyBindingJwtVerificationOptsMethods in org.keycloak.sdjwt.vp with parameters of type KeyBindingJwtVerificationOptsModifier and TypeMethodDescriptionvoid
SdJwtVP.verify
(List<SignatureVerifierContext> issuerVerifyingKeys, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verifies SD-JWT presentation.