public class ECCurve extends Object
| Modifier and Type | Field and Description |
|---|---|
static ECCurve |
P256 |
static ECCurve |
P384 |
static ECCurve |
P521 |
static Collection<ECCurve> |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Key key)
Returns
true if the specified key is known to represent a point on the curve, false otherwise. |
boolean |
equals(Object obj) |
String |
getId() |
String |
getJcaName() |
int |
hashCode() |
KeyPairBuilder |
keyPair() |
ECParameterSpec |
toParameterSpec() |
String |
toString() |
public static final ECCurve P256
public static final ECCurve P384
public static final ECCurve P521
public static final Collection<ECCurve> VALUES
public ECParameterSpec toParameterSpec()
public KeyPairBuilder keyPair()
keyPair in interface KeyPairBuilderSupplierpublic boolean contains(Key key)
true if the specified key is known to represent a point on the curve, false otherwise.key - the key to testtrue if the specified key is known to represent a point on the curve, false otherwise.public String getId()
getId in interface Identifiablepublic String getJcaName()
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.