Uses of Class
org.keycloak.sdjwt.IssuerSignedJwtVerificationOpts
Packages that use IssuerSignedJwtVerificationOpts
-
Uses of IssuerSignedJwtVerificationOpts in org.keycloak.sdjwt
Methods in org.keycloak.sdjwt that return IssuerSignedJwtVerificationOptsMethods in org.keycloak.sdjwt with parameters of type IssuerSignedJwtVerificationOptsModifier and TypeMethodDescriptionvoidSdJwt.verify(IssuerSignedJwtVerificationOpts verificationOpts) Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.voidSdJwtVerificationContext.verifyIssuance(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts) Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.voidSdJwtVerificationContext.verifyPresentation(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verifies SD-JWT presentation. -
Uses of IssuerSignedJwtVerificationOpts in org.keycloak.sdjwt.vp
Methods in org.keycloak.sdjwt.vp with parameters of type IssuerSignedJwtVerificationOptsModifier and TypeMethodDescriptionvoidSdJwtVP.verify(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verifies SD-JWT presentation.