Class SignedThenEncryptedJwtBuilder

All Implemented Interfaces:
JwtBuilder

public class SignedThenEncryptedJwtBuilder extends EncryptedJwtBuilder
Builder for nested signed-then-encrypted JWT. This is the preferred nesting order for OpenID Connect and other tokens.
See Also: