Uses of Enum
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 SupportedEllipticCurve
Determines the standard curve that matches the given (private or public) key.static SupportedEllipticCurve
Returns the curve parameters for the given standard curve name (crv claim in a JWK).static SupportedEllipticCurve
SupportedEllipticCurve.forSignature
(byte[] signature) Determines the supported curve parameters for the given signature.static SupportedEllipticCurve
Returns the enum constant of this type with the specified name.static SupportedEllipticCurve[]
SupportedEllipticCurve.values()
Returns an array containing the constants of this enum type, in the order they are declared.