Uses of Class
com.nimbusds.jose.JWKSet

Packages that use JWKSet
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
 

Uses of JWKSet in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return JWKSet
static JWKSet JWKSet.parse(net.minidev.json.JSONObject json)
          Parses the specified JSON object representing a JSON Web Key (JWK) set.
static JWKSet JWKSet.parse(java.lang.String s)
          Parses the specified string representing a JSON Web Key (JWK) set.
 



Copyright © 2013 NimbusDS. All Rights Reserved.