Uses of Class
org.apache.cxf.rs.security.jose.jwk.JsonWebKeys

Packages that use JsonWebKeys
org.apache.cxf.rs.security.jose.jwk   
 

Uses of JsonWebKeys in org.apache.cxf.rs.security.jose.jwk
 

Methods in org.apache.cxf.rs.security.jose.jwk that return JsonWebKeys
static JsonWebKeys JwkUtils.decryptJwkSet(InputStream is, char[] password)
           
static JsonWebKeys JwkUtils.decryptJwkSet(InputStream is, char[] password, JwkReaderWriter reader)
           
static JsonWebKeys JwkUtils.decryptJwkSet(InputStream is, JweDecryptionProvider jwe, JwkReaderWriter reader)
           
static JsonWebKeys JwkUtils.decryptJwkSet(String jsonJwkSet, char[] password)
           
static JsonWebKeys JwkUtils.decryptJwkSet(String jsonJwkSet, char[] password, JwkReaderWriter reader)
           
static JsonWebKeys JwkUtils.decryptJwkSet(String jsonJwkSet, JweDecryptionProvider jwe, JwkReaderWriter reader)
           
 JsonWebKeys JwkReaderWriter.jsonToJwkSet(String jwkSetJson)
           
 JsonWebKeys DefaultJwkReaderWriter.jsonToJwkSet(String jwksJson)
           
static JsonWebKeys JwkUtils.loadJwkSet(org.apache.cxf.message.Message m, Properties props, PrivateKeyPasswordProvider cb)
           
static JsonWebKeys JwkUtils.loadJwkSet(org.apache.cxf.message.Message m, Properties props, PrivateKeyPasswordProvider cb, JwkReaderWriter reader)
           
static JsonWebKeys JwkUtils.loadJwkSet(Properties props, org.apache.cxf.Bus bus, JweDecryptionProvider jwe, JwkReaderWriter reader)
           
static JsonWebKeys JwkUtils.loadJwkSet(Properties props, org.apache.cxf.Bus bus, PrivateKeyPasswordProvider cb)
           
static JsonWebKeys JwkUtils.loadJwkSet(Properties props, org.apache.cxf.Bus bus, PrivateKeyPasswordProvider cb, JwkReaderWriter reader)
           
static JsonWebKeys JwkUtils.readJwkSet(InputStream is)
           
static JsonWebKeys JwkUtils.readJwkSet(String jwksJson)
           
 

Methods in org.apache.cxf.rs.security.jose.jwk with parameters of type JsonWebKeys
static String JwkUtils.encryptJwkSet(JsonWebKeys jwkSet, char[] password)
           
static String JwkUtils.encryptJwkSet(JsonWebKeys jwkSet, char[] password, JwkReaderWriter writer)
           
static String JwkUtils.encryptJwkSet(JsonWebKeys jwkSet, JweEncryptionProvider jwe, JwkReaderWriter writer)
           
static String JwkUtils.jwkSetToJson(JsonWebKeys jwkSet)
           
 String JwkReaderWriter.jwkSetToJson(JsonWebKeys jwkSet)
           
 String DefaultJwkReaderWriter.jwkSetToJson(JsonWebKeys jwks)
           
 



Apache CXF