Uses of Enum
io.inverno.mod.security.jose.jwa.ECCurve
Packages that use ECCurve
Package
Description
Elliptic Curve JSON Web Key implementation.
JSON Web Algorithms API.
-
Uses of ECCurve in io.inverno.mod.security.jose.internal.jwk.ec
Fields in io.inverno.mod.security.jose.internal.jwk.ec declared as ECCurveModifier and TypeFieldDescriptionstatic final ECCurveGenericECJWKGenerator.DEFAULT_CURVEThe default Elliptic curve.Constructors in io.inverno.mod.security.jose.internal.jwk.ec with parameters of type ECCurveModifierConstructorDescriptionGenericECJWK(ECCurve curve, String x, String y) Creates an untrusted public generic EC JWK with the specified curve and public coordinates.GenericECJWK(ECCurve curve, String x, String y, String d) Creates an untrusted private generic EC JWK with the specified curve, public coordinates and private key value.GenericECJWK(ECCurve curve, String x, String y, String d, X509Certificate certificate) Creates a public generic EC JWK with the specified curve, public coordinates, private key value and certificate.GenericECJWK(ECCurve curve, String x, String y, String d, ECPrivateKey key, boolean trusted) Creates a private generic EC JWK with the specified curve, public coordinates, private key value and EC private key.GenericECJWK(ECCurve curve, String x, String y, String d, ECPrivateKey key, X509Certificate certificate, boolean trusted) Creates a private generic EC JWK with the specified curve, public coordinates, private key value, EC private key and certificate.GenericECJWK(ECCurve curve, String x, String y, X509Certificate certificate) Creates a public generic EC JWK with the specified curve, public coordinates and certificate. -
Uses of ECCurve in io.inverno.mod.security.jose.jwa
Methods in io.inverno.mod.security.jose.jwa that return ECCurveModifier and TypeMethodDescriptionstatic ECCurveReturns the curve corresponding to the specified JWA registered curve name.ECAlgorithm.getCurve()Returns the Elliptic curve bound to the algorithm.static ECCurveReturns the enum constant of this type with the specified name.static ECCurve[]ECCurve.values()Returns an array containing the constants of this enum type, in the order they are declared.