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, toJsonInternalpublic String jwkSetToJson(JsonWebKeys jwks)
jwkSetToJson in interface JwkReaderWriterpublic JsonWebKeys jsonToJwkSet(String jwksJson)
jsonToJwkSet in interface JwkReaderWriterpublic String jwkToJson(JsonWebKey jwk)
jwkToJson in interface JwkReaderWriterpublic JsonWebKey jsonToJwk(String jwkJson)
jsonToJwk in interface JwkReaderWriterApache CXF