| Package | Description |
|---|---|
| com.google.api.client.json.webtoken | |
| com.google.api.client.testing.json.webtoken |
Beta
Testing utilities used for writing tests for JSON WebToken. |
| Modifier and Type | Method and Description |
|---|---|
static JsonWebSignature |
JsonWebSignature.parse(JsonFactory
Parses the given JWS token string and returns the parsed
JsonWebSignature.
|
JsonWebSignature |
JsonWebSignature.Parser.parse(String
Parses a JWS token into a parsed
JsonWebSignature.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonWebSignature |
TestCertificates.getJsonWebSignature()
|