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 SSLNamedGroup
Returns 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 ECCurve
static ECCurve
ECCurve.fromOID
(OBJECT_IDENTIFIER oid) static ECCurve
Returns 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.