Uses of Interface
org.keycloak.sdjwt.consumer.TrustedSdJwtIssuer
Packages that use TrustedSdJwtIssuer
-
Uses of TrustedSdJwtIssuer in org.keycloak.broker.provider
Methods in org.keycloak.broker.provider that return TrustedSdJwtIssuerModifier and TypeMethodDescriptionTrustMaterialSdJwtIssuerResolver.resolve(IssuerSignedJWT issuerSignedJwt) -
Uses of TrustedSdJwtIssuer in org.keycloak.sdjwt.consumer
Classes in org.keycloak.sdjwt.consumer that implement TrustedSdJwtIssuerModifier and TypeClassDescriptionclassA trusted Issuer for running SD-JWT VP verification.classA trusted Issuer for running SD-JWT VP verification.Method parameters in org.keycloak.sdjwt.consumer with type arguments of type TrustedSdJwtIssuerModifier and TypeMethodDescriptionSdJwtPresentationConsumer.verifySdJwtPresentation(SdJwtVP sdJwtVP, PresentationRequirements presentationRequirements, List<TrustedSdJwtIssuer> trustedSdJwtIssuers, IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts, KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) Verify SD-JWT presentation against specific requirements. -
Uses of TrustedSdJwtIssuer in org.keycloak.sdjwt.vp
Methods in org.keycloak.sdjwt.vp that return TrustedSdJwtIssuerModifier and TypeMethodDescriptionTrustedSdJwtIssuerResolver.resolve(IssuerSignedJWT issuerSignedJwt)