Uses of Class
com.nimbusds.jose.ECKey.Curve

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

Uses of ECKey.Curve in com.nimbusds.jose
 

Fields in com.nimbusds.jose declared as ECKey.Curve
static ECKey.Curve ECKey.Curve.P_256
          P-256 curve.
static ECKey.Curve ECKey.Curve.P_384
          P-384 curve.
static ECKey.Curve ECKey.Curve.P_521
          P-521 curve.
 

Methods in com.nimbusds.jose that return ECKey.Curve
 ECKey.Curve ECKey.getCurve()
          Gets the cryptographic curve.
static ECKey.Curve ECKey.Curve.parse(java.lang.String s)
          Parses a cryptographic curve from the specified string.
 

Constructors in com.nimbusds.jose with parameters of type ECKey.Curve
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.
 



Copyright © 2013 NimbusDS. All Rights Reserved.