| Package | Description |
|---|---|
| org.rootservices.jwt.builder | |
| org.rootservices.jwt.signature.signer | |
| org.rootservices.jwt.signature.signer.factory | |
| org.rootservices.jwt.signature.verifier |
| Constructor and Description |
|---|
SecureJwtBuilder(Signer signer,
Algorithm algorithm,
Optional<String> keyId) |
| Modifier and Type | Class and Description |
|---|---|
class |
MacSigner
Created by tommackenzie on 8/19/15.
|
class |
RSASigner
Created by tommackenzie on 11/3/15.
|
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerFactoryImpl.makeMacSigner(Algorithm algorithm,
Key key) |
Signer |
SignerFactory.makeMacSigner(Algorithm algorithm,
Key key) |
Signer |
SignerFactoryImpl.makeSigner(Algorithm alg,
Key jwk) |
Signer |
SignerFactory.makeSigner(Algorithm algorithm,
Key jwk) |
| Constructor and Description |
|---|
VerifyMacSignature(Signer macSigner) |
Copyright © 2015. All rights reserved.