public abstract class TokenWriter<T> extends TokenDecoder
| Constructor and Description |
|---|
TokenWriter() |
| Modifier and Type | Method and Description |
|---|---|
String |
write(T token) |
protected abstract String |
writeBody(T token) |
protected abstract String |
writeHeader(T token) |
protected abstract String |
writeSignature(T token) |
base64Decode, base64DecodeToByte, base64Encode, base64EncodeCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.