| Package | Description |
|---|---|
| org.rootservices.jwt.config | |
| org.rootservices.jwt.entity.jwk | |
| org.rootservices.jwt.signature.signer.factory | |
| org.rootservices.jwt.signature.verifier.factory |
| Modifier and Type | Method and Description |
|---|---|
SecureJwtEncoder |
AppFactory.secureJwtEncoder(Algorithm alg,
Key jwk) |
SecureJwtFactory |
AppFactory.secureJwtFactory(Algorithm alg,
Key jwk) |
VerifySignature |
AppFactory.verifySignature(Algorithm algorithm,
Key key) |
| Modifier and Type | Class and Description |
|---|---|
class |
RSAKeyPair
Created by tommackenzie on 11/4/15.
|
class |
RSAPublicKey
Created by tommackenzie on 11/6/15.
|
class |
SymmetricKey
Created by tommackenzie on 11/4/15.
|
| Modifier and Type | Method and Description |
|---|---|
Signer |
SignerFactory.makeMacSigner(Algorithm alg,
Key key) |
Signer |
SignerFactory.makeSigner(Algorithm alg,
Key jwk) |
| Modifier and Type | Method and Description |
|---|---|
VerifySignature |
VerifySignatureFactory.makeVerifySignature(Algorithm algorithm,
Key key) |
Copyright © 2017. All rights reserved.