Package com.nimbusds.jose.jwk
Interface CurveBasedJWK
-
- All Known Implementing Classes:
ECKey,OctetKeyPair
public interface CurveBasedJWKCurve based JSON Web Key (JWK).- Version:
- 2018-08-23
- Author:
- Vladimir Dzhuvinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurvegetCurve()Returns the cryptographic curve.
-
-
-
Method Detail
-
getCurve
Curve getCurve()
Returns the cryptographic curve.- Returns:
- The cryptographic curve.
-
-