Uses of Class
org.apache.xml.security.binding.xmldsig11.CurveType
-
Packages that use CurveType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of CurveType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as CurveType Modifier and Type Field Description protected CurveType
ECParametersType. curve
Methods in org.apache.xml.security.binding.xmldsig11 that return CurveType Modifier and Type Method Description CurveType
ObjectFactory. createCurveType()
Create an instance ofCurveType
CurveType
ECParametersType. getCurve()
Gets the value of the curve property.Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type CurveType Modifier and Type Method Description void
ECParametersType. setCurve(CurveType value)
Sets the value of the curve property.
-