Package com.nimbusds.jose.jwk
Interface CurveBasedJWK
- All Known Implementing Classes:
ECKey
,OctetKeyPair
public interface CurveBasedJWK
Curve based JSON Web Key (JWK).
- Version:
- 2018-08-23
- Author:
- Vladimir Dzhuvinov
-
Method Summary
-
Method Details
-
getCurve
Returns the cryptographic curve.- Returns:
- The cryptographic curve.
-