Uses of Class
com.google.api.client.json.webtoken.JsonWebSignature
-
Packages that use JsonWebSignature 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. -
-
Uses of JsonWebSignature in com.google.api.client.json.webtoken
Methods in com.google.api.client.json.webtoken that return JsonWebSignature Modifier and Type Method Description static JsonWebSignature
JsonWebSignature. parse(JsonFactory jsonFactory, String tokenString)
Parses the given JWS token string and returns the parsedJsonWebSignature
.JsonWebSignature
JsonWebSignature.Parser. parse(String tokenString)
Parses a JWS token into a parsedJsonWebSignature
. -
Uses of JsonWebSignature in com.google.api.client.testing.json.webtoken
Methods in com.google.api.client.testing.json.webtoken that return JsonWebSignature Modifier and Type Method Description static JsonWebSignature
TestCertificates. getJsonWebSignature()
-