Uses of Class
edu.uiuc.ncsa.security.util.jwk.JSONWebKey
-
Packages that use JSONWebKey Package Description edu.uiuc.ncsa.security.util.jwk Support for JSON web keys. -
-
Uses of JSONWebKey in edu.uiuc.ncsa.security.util.jwk
Methods in edu.uiuc.ncsa.security.util.jwk that return JSONWebKey Modifier and Type Method Description protected JSONWebKeyJSONWebKey. clone()static JSONWebKeyJSONWebKeyUtil. create(KeyPair keyPair)Create a newJSONWebKeyfrom a key pair.JSONWebKeyJWKUtil2. createECKey()Create a webkey using the given named curve.JSONWebKeyJWKUtil2. createECKey(String curveName, String alg)JSONWebKeyJWKUtil2. createRSAKey()Create and RSA key with the default bit size (2048) and RS256 algorithm.JSONWebKeyJWKUtil2. createRSAKey(int length, String alg)JSONWebKeyJSONWebKeys. getDefault()static JSONWebKeyJSONWebKeyUtil. getJsonWebKey(String rawJSON)Takes the serialized form of a single JSON web key and returns the object.JSONWebKeyJWKUtil2. getJsonWebKey(String rawJSON)JSONWebKeyJWKUtil2. getJsonWebKey(net.sf.json.JSONObject json)static JSONWebKeyJSONWebKeyUtil. makePublic(JSONWebKey key)JSONWebKeyJWKUtil2. makePublic(JSONWebKey key)Methods in edu.uiuc.ncsa.security.util.jwk with parameters of type JSONWebKey Modifier and Type Method Description protected static net.sf.json.JSONObjectJWKUtil2. initToJSON(JSONWebKey webKey)This creats a JSON object from theJSONWebKeythat serializes it in a spec compliant way, hence can be turned back into a JOSEJWK.static JSONWebKeyJSONWebKeyUtil. makePublic(JSONWebKey key)JSONWebKeyJWKUtil2. makePublic(JSONWebKey key)voidJSONWebKeys. put(JSONWebKey webKey)Add a key to this set.static net.sf.json.JSONObjectJSONWebKeyUtil. toJSON(JSONWebKey webKey)net.sf.json.JSONObjectJWKUtil2. toJSON(JSONWebKey webKey)protected net.sf.json.JSONObjectJWKUtil2. toJSONEC(JSONWebKey webKey)protected net.sf.json.JSONObjectJWKUtil2. toJSONRSA(JSONWebKey webKey)
-