Uses of Class
org.keycloak.sdjwt.vp.KeyBindingJwtVerificationOpts
-
Uses of KeyBindingJwtVerificationOpts in org.keycloak.sdjwt
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
SdJwtVP.verify
(List<SignatureVerifierContext> issuerVerifyingKeys, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verifies SD-JWT presentation.