| Package | Description |
|---|---|
| org.rootservices.jwt.builder | |
| org.rootservices.jwt.config | |
| org.rootservices.jwt.entity.jwt.header | |
| org.rootservices.jwt.signature.signer.factory |
| Modifier and Type | Method and Description |
|---|---|
Token |
SecureTokenBuilder.build(Algorithm alg,
Claims claimNames) |
| Modifier and Type | Method and Description |
|---|---|
SecureTokenBuilder |
AppFactory.secureTokenBuilder(Algorithm alg,
Key jwk) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
Header.getAlgorithm() |
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Header.setAlgorithm(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
Key |
MacFactoryImpl.makeKey(Algorithm alg,
Key jwk) |
Key |
MacFactory.makeKey(Algorithm alg,
Key jwk) |
Mac |
MacFactoryImpl.makeMac(Algorithm alg,
Key jwk) |
Mac |
MacFactory.makeMac(Algorithm alg,
Key jwk) |
Signer |
SignerFactoryImpl.makeSigner(Algorithm alg,
Key jwk) |
Signer |
SignerFactory.makeSigner(Algorithm algorithm,
Key jwk) |
Copyright © 2015. All rights reserved.