| Package | Description |
|---|---|
| com.atlassian.jwt | |
| com.atlassian.jwt.writer |
| Modifier and Type | Method and Description |
|---|---|
static SigningAlgorithm |
SigningAlgorithm.forName(String alg) |
SigningAlgorithm |
SigningInfo.getSigningAlgorithm() |
static SigningAlgorithm |
SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JwtService.issueJwt(String jsonPayload,
String secret,
SigningAlgorithm algorithm)
Generate a JWT for the supplied payload, suitable for authenticating with the specified
secret. |
| Modifier and Type | Method and Description |
|---|---|
JwtWriter |
JwtWriterFactory.macSigningWriter(SigningAlgorithm algorithm,
String sharedSecret) |
Copyright © 2023 Atlassian. All rights reserved.