Uses of Class
com.google.api.client.json.webtoken.JsonWebSignature
Packages that use JsonWebSignature
-
Uses of JsonWebSignature in com.google.api.client.json.webtoken
Methods in com.google.api.client.json.webtoken that return JsonWebSignatureModifier and TypeMethodDescriptionstatic JsonWebSignature
JsonWebSignature.parse
(JsonFactory jsonFactory, String tokenString) Parses the given JWS token string and returns the parsedJsonWebSignature
.Parses a JWS token into a parsedJsonWebSignature
. -
Uses of JsonWebSignature in com.google.api.client.testing.json.webtoken
Fields in com.google.api.client.testing.json.webtoken declared as JsonWebSignatureModifier and TypeFieldDescriptionprivate static JsonWebSignature
TestCertificates.jsonWebSignature
Methods in com.google.api.client.testing.json.webtoken that return JsonWebSignature