| Package | Description |
|---|---|
| com.google.api.client.json.webtoken |
| Modifier and Type | Method and Description |
|---|---|
static JsonWebSignature |
JsonWebSignature.parse(JsonFactory jsonFactory,
String tokenString)
Parses the given JWS token string and returns the parsed
JsonWebSignature. |
JsonWebSignature |
JsonWebSignature.Parser.parse(String tokenString)
Parses a JWS token into a parsed
JsonWebSignature. |
Copyright © 2011-2013 Google. All Rights Reserved.