public class DefaultJwkReaderWriter extends JsonMapObjectReaderWriter implements JwkReaderWriter
Constructor and Description |
---|
DefaultJwkReaderWriter() |
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, fromJsonAsList, fromJsonAsList, fromJsonToJsonObject, getClosingIndex, getCommaIndex, internalFromJsonAsList, isWhiteSpace, readJsonObjectAsSettable, readPrimitiveValue, setFormat, toJson, toJson, toJson, toJson, toJson, toJsonInternal, toJsonInternal, toJsonInternal, toJsonInternal
public String jwkSetToJson(JsonWebKeys jwks)
jwkSetToJson
in interface JwkReaderWriter
public JsonWebKeys jsonToJwkSet(String jwksJson)
jsonToJwkSet
in interface JwkReaderWriter
public String jwkToJson(JsonWebKey jwk)
jwkToJson
in interface JwkReaderWriter
public JsonWebKey jsonToJwk(String jwkJson)
jsonToJwk
in interface JwkReaderWriter
Apache CXF