Uses of Class
org.apache.xml.security.binding.xmldsig11.ECParametersType
-
Packages that use ECParametersType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of ECParametersType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as ECParametersType Modifier and Type Field Description protected ECParametersType
ECKeyValueType. ecParameters
Methods in org.apache.xml.security.binding.xmldsig11 that return ECParametersType Modifier and Type Method Description ECParametersType
ObjectFactory. createECParametersType()
Create an instance ofECParametersType
ECParametersType
ECKeyValueType. getECParameters()
Gets the value of the ecParameters property.Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type ECParametersType Modifier and Type Method Description void
ECKeyValueType. setECParameters(ECParametersType value)
Sets the value of the ecParameters property.
-