Uses of Interface
org.keycloak.sdjwt.consumer.TrustedSdJwtIssuer
Packages that use TrustedSdJwtIssuer
-
Uses of TrustedSdJwtIssuer in org.keycloak.sdjwt.consumer
Classes in org.keycloak.sdjwt.consumer that implement TrustedSdJwtIssuerModifier and TypeClassDescriptionclass
A trusted Issuer for running SD-JWT VP verification.class
A trusted Issuer for running SD-JWT VP verification.Method parameters in org.keycloak.sdjwt.consumer with type arguments of type TrustedSdJwtIssuerModifier and TypeMethodDescriptionvoid
SdJwtPresentationConsumer.verifySdJwtPresentation
(SdJwtVP sdJwtVP, PresentationRequirements presentationRequirements, List<TrustedSdJwtIssuer> trustedSdJwtIssuers, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verify SD-JWT presentation against specific requirements.