Uses of Class
org.apache.xml.security.binding.xmldsig11.NamedCurveType
-
Packages that use NamedCurveType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of NamedCurveType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as NamedCurveType Modifier and Type Field Description protected NamedCurveType
ECKeyValueType. namedCurve
Methods in org.apache.xml.security.binding.xmldsig11 that return NamedCurveType Modifier and Type Method Description NamedCurveType
ObjectFactory. createNamedCurveType()
Create an instance ofNamedCurveType
NamedCurveType
ECKeyValueType. getNamedCurve()
Gets the value of the namedCurve property.Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type NamedCurveType Modifier and Type Method Description void
ECKeyValueType. setNamedCurve(NamedCurveType value)
Sets the value of the namedCurve property.
-