Uses of Enum Class
org.mozilla.jss.util.ECCurve
Packages that use ECCurve
-
Uses of ECCurve in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as ECCurveMethods in org.mozilla.jss.ssl that return ECCurveMethods in org.mozilla.jss.ssl with parameters of type ECCurveModifier and TypeMethodDescriptionstatic SSLNamedGroupReturns the enum constant of this class with the specified name.Constructors in org.mozilla.jss.ssl with parameters of type ECCurve -
Uses of ECCurve in org.mozilla.jss.util
Methods in org.mozilla.jss.util that return ECCurveModifier and TypeMethodDescriptionstatic ECCurvestatic ECCurveECCurve.fromOID(OBJECT_IDENTIFIER oid) static ECCurveECCurve.fromOrder(BigInteger order) static ECCurveReturns the enum constant of this class with the specified name.static ECCurve[]ECCurve.values()Returns an array containing the constants of this enum class, in the order they are declared.