public class JWKSetParser
extends java.lang.Object
| Constructor and Description |
|---|
JWKSetParser() |
| Modifier and Type | Method and Description |
|---|---|
T |
getResponseData(java.io.InputStream inputStream) |
protected JWKSet |
parseJsonToObject(JSONObject jsonObject) |
@NonNull protected JWKSet parseJsonToObject(@NonNull JSONObject jsonObject) throws JSONException
JSONException@NonNull
public T getResponseData(@NonNull
java.io.InputStream inputStream)
throws java.io.IOException
getResponseData in interface ResponseDataParser<T>java.io.IOException