public class JwkReaderWriter extends JsonMapObjectReaderWriter
Constructor and Description |
---|
JwkReaderWriter() |
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
jsonToJwk(String jwkJson) |
JsonWebKeys |
jsonToJwkSet(String jwksJson) |
String |
jwkSetToJson(JsonWebKeys jwks) |
String |
jwkToJson(JsonWebKey jwk) |
formatIfNeeded, fromJson, fromJson, fromJson, fromJsonAsList, fromJsonAsList, fromJsonToJsonObject, fromJsonToJsonObject, getClosingIndex, getCommaIndex, getNextSepCharIndex, internalFromJsonAsList, readJsonObjectAsSettable, readPrimitiveValue, setFormat, toJson, toJson, toJson, toJson, toJson, toJsonInternal, toJsonInternal, toJsonInternal, toJsonInternal
public String jwkSetToJson(JsonWebKeys jwks)
public JsonWebKeys jsonToJwkSet(String jwksJson)
public String jwkToJson(JsonWebKey jwk)
public JsonWebKey jsonToJwk(String jwkJson)
Apache CXF