| Package | Description |
|---|---|
| org.rootservices.jwt.config | |
| org.rootservices.jwt.serializer | |
| org.rootservices.jwt.signature.signer | |
| org.rootservices.jwt.signature.signer.factory |
| Modifier and Type | Method and Description |
|---|---|
Serializer |
AppFactory.serializer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializerImpl
Created by tommackenzie on 8/12/15.
|
| Constructor and Description |
|---|
JWTSerializerImpl(Serializer serializer,
Base64.Encoder encoder,
Base64.Decoder decoder) |
| Constructor and Description |
|---|
MacSignerImpl(Serializer serializer,
Mac mac,
Base64.Encoder encoder) |
| Constructor and Description |
|---|
SignerFactoryImpl(MacFactory macFactory,
Serializer serializer,
Base64.Encoder encoder) |
Copyright © 2015. All rights reserved.