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