Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
Modifier and Type | Method and Description |
---|---|
EncryptedJwtBuilder |
EncryptedJwtBuilder.claims(JwtClaimsSet claimsSet)
Sets the JwtClaimsSet for this JwtBuilder.
|
EncryptedJwtBuilder |
JwtBuilderFactory.jwe(Key publicKey)
Creates a builder for building an encrypted JWT into a base64url UTF-8 encoded JWT string.
|
Constructor and Description |
---|
JweHeaderBuilder(EncryptedJwtBuilder jwtBuilder)
Constructs a new JweHeaderBuilder, parented by the given JwtBuilder.
|
SignedEncryptedJwtBuilder(EncryptedJwtBuilder encryptedJwtBuilder,
SigningHandler signingHandler,
JwsAlgorithm jwsAlgorithm)
Constructs a new SignedEncryptedJwtBuilder that will use the given EncryptedJwtBuilder, to build the nested
Encrypted JWT, and the private key and JwsAlgorithm to sign the outer JWT.
|
Copyright 2011-2015 ForgeRock AS.