Package org.keycloak.sdjwt
Class IssuerSignedJWT.Builder
java.lang.Object
org.keycloak.sdjwt.IssuerSignedJWT.Builder
- Enclosing class:
 - IssuerSignedJWT
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()withClaims(List<SdJwtClaim> claims) withDecoyClaims(List<DecoyClaim> decoyClaims) withHashAlg(String hashAlg) withJwsType(String jwsType) withNestedDisclosures(boolean nestedDisclosures) withSigner(SignatureSignerContext signer)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
withClaims
 - 
withDecoyClaims
 - 
withHashAlg
 - 
withSigner
 - 
withNestedDisclosures
 - 
withJwsType
 - 
build
 
 -