| Package | Description |
|---|---|
| org.rootservices.jwt.config | |
| org.rootservices.jwt.signature | |
| org.rootservices.jwt.signature.signer.factory |
| Modifier and Type | Method and Description |
|---|---|
SecureTokenBuilder |
AppFactory.secureTokenBuilder(Algorithm alg,
Key jwk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VerifySignatureImpl.run(Token token,
Key jwk) |
boolean |
VerifySignature.run(Token token,
Key jwk) |
| 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.