Uses of Class
edu.uiuc.ncsa.security.util.jwk.JSONWebKeys
- 
Packages that use JSONWebKeys Package Description edu.uiuc.ncsa.security.util.jwk Support for JSON web keys.
- 
- 
Uses of JSONWebKeys in edu.uiuc.ncsa.security.util.jwkMethods in edu.uiuc.ncsa.security.util.jwk that return JSONWebKeys Modifier and Type Method Description static JSONWebKeysJSONWebKeyUtil. fromJSON(File file)Read a set of keys from a file.static JSONWebKeysJSONWebKeyUtil. fromJSON(String raw)static JSONWebKeysJSONWebKeyUtil. fromJSON(net.sf.json.JSON json)Takes either a standard JSON object of keys: {"keys":[...]} or a single key and turns it in a set of web keysJSONWebKeysJWKUtil2. fromJSON(File file)JSONWebKeysJWKUtil2. fromJSON(String x)JSONWebKeysJWKUtil2. fromJSON(net.sf.json.JSON json)static JSONWebKeysJSONWebKeyUtil. fromXML(XMLEventReader xer)This is not a complete deserialization, but is part of a larger scheme.static JSONWebKeysJSONWebKeyUtil. makePublic(JSONWebKeys keys)Very useful utility to take a set of keys and return another set of keys that are only the public parts.JSONWebKeysJWKUtil2. makePublic(JSONWebKeys keys)Methods in edu.uiuc.ncsa.security.util.jwk with parameters of type JSONWebKeys Modifier and Type Method Description static JSONWebKeysJSONWebKeyUtil. makePublic(JSONWebKeys keys)Very useful utility to take a set of keys and return another set of keys that are only the public parts.JSONWebKeysJWKUtil2. makePublic(JSONWebKeys keys)static net.sf.json.JSONObjectJSONWebKeyUtil. toJSON(JSONWebKeys webKeys)Serialize a set of keys (as a java object) to JSON.net.sf.json.JSONObjectJWKUtil2. toJSON(JSONWebKeys webKeys)static voidJSONWebKeyUtil. toXML(JSONWebKeys jwks, XMLStreamWriter xsw)Not a complete serialization -- this is used to insert JSONweb keys into a larger serialization scheme.
 
-