Uses of Enum Class
org.forgerock.json.jose.jws.SupportedEllipticCurve
Packages that use SupportedEllipticCurve
-
Uses of SupportedEllipticCurve in org.forgerock.json.jose.jws
Methods in org.forgerock.json.jose.jws that return SupportedEllipticCurveModifier and TypeMethodDescriptionstatic SupportedEllipticCurveDetermines the standard curve that matches the given (private or public) key.static SupportedEllipticCurveReturns the curve parameters for the given standard curve name (crv claim in a JWK).static SupportedEllipticCurveSupportedEllipticCurve.forSignature(byte[] signature) Determines the supported curve parameters for the given signature.static SupportedEllipticCurveReturns the enum constant of this class with the specified name.static SupportedEllipticCurve[]SupportedEllipticCurve.values()Returns an array containing the constants of this enum class, in the order they are declared.