public class EncryptedTokenSerializer extends Object
| Constructor and Description |
|---|
EncryptedTokenSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static com.nimbusds.jwt.JWTClaimsSet |
deserialize(String serializedToken,
byte[] key) |
static String |
serialize(com.nimbusds.jwt.JWTClaimsSet claimsSet,
byte[] key) |
Copyright © 2015–2017. All rights reserved.