Uses of Class
com.nimbusds.jose.JWK

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

Uses of JWK in com.nimbusds.jose
 

Subclasses of JWK in com.nimbusds.jose
 class ECKey
          Public Elliptic Curve JSON Web Key (JWK).
 class RSAKey
          Public RSA JSON Web Key (JWK).
 

Methods in com.nimbusds.jose that return JWK
 JWK CommonSEHeader.getJWK()
           
 JWK ReadOnlyCommonSEHeader.getJWK()
          Gets the JSON Web Key (JWK) (jwk) parameter.
static JWK JWK.parse(net.minidev.json.JSONObject jsonObject)
          Parses a JWK from the specified JSON object representation.
static JWK JWK.parse(String s)
          Parses a JWK from the specified JSON object string representation.
 

Methods in com.nimbusds.jose that return types with arguments of type JWK
 List<JWK> JWKSet.getKeys()
          Gets the keys (ordered) of this JSON Web Key (JWK) set.
 

Methods in com.nimbusds.jose with parameters of type JWK
 void CommonSEHeader.setJWK(JWK jwk)
          Sets the JSON Web Key (JWK) (jwk) parameter.
 

Constructors in com.nimbusds.jose with parameters of type JWK
JWKSet(JWK key)
          Creates a new JSON Web Key (JWK) set with a single key.
 

Constructor parameters in com.nimbusds.jose with type arguments of type JWK
JWKSet(List<JWK> keys)
          Creates a new JSON Web Key (JWK) set with the specified keys.
JWKSet(List<JWK> keys, Map<String,Object> customMembers)
          Creates a new JSON Web Key (JWK) set with the specified keys and additional custom members.
 



Copyright © 2013 NimbusDS. All Rights Reserved.