Uses of Class
com.nimbusds.jose.Use

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

Uses of Use in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return Use
 Use JWK.getKeyUse()
          Gets the use (use) of this JWK.
protected static Use JWK.parseKeyUse(net.minidev.json.JSONObject jsonObject)
          Parses a key use (use) parameter from the specified JSON object representation of a JWK.
static Use Use.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Use[] Use.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.nimbusds.jose with parameters of type Use
ECKey(ECKey.Curve crv, Base64URL x, Base64URL y, Use use, Algorithm alg, java.lang.String kid)
          Creates a new public Elliptic Curve JSON Web Key (JWK) with the specified parameters.
JWK(KeyType kty, Use use, Algorithm alg, java.lang.String kid)
          Creates a new JSON Web Key (JWK).
RSAKey(Base64URL n, Base64URL e, Use use, Algorithm alg, java.lang.String kid)
          Creates a new public RSA JSON Web Key (JWK) with the specified parameters.
 



Copyright © 2013 NimbusDS. All Rights Reserved.