|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonWebSignature | |
|---|---|
| com.google.api.client.auth.jsontoken | JSON Web Token (JWT) and JSON Web Signature (JWS). |
| com.google.api.client.auth.openidconnect | OpenID Connect. |
| Uses of JsonWebSignature in com.google.api.client.auth.jsontoken |
|---|
| Methods in com.google.api.client.auth.jsontoken that return JsonWebSignature | |
|---|---|
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. |
| Uses of JsonWebSignature in com.google.api.client.auth.openidconnect |
|---|
| Methods in com.google.api.client.auth.openidconnect that return JsonWebSignature | |
|---|---|
JsonWebSignature |
IdTokenResponse.parseIdToken()
Parses using parse(JsonFactory, String) based on the
JSON factory and ID token. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||