|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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,
String kid)
Creates a new public Elliptic Curve JSON Web Key (JWK) with the specified parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||