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 TypeMethodDescriptionvoid
SdJwt.verify
(IssuerSignedJwtVerificationOpts verificationOpts) Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.void
SdJwtVerificationContext.verifyIssuance
(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts) Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.void
SdJwtVerificationContext.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 TypeMethodDescriptionvoid
SdJwtVP.verify
(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verifies SD-JWT presentation.