Uses of Class
org.apache.xml.security.binding.xmldsig11.FieldIDType
-
Packages that use FieldIDType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of FieldIDType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as FieldIDType Modifier and Type Field Description protected FieldIDType
ECParametersType. fieldID
Methods in org.apache.xml.security.binding.xmldsig11 that return FieldIDType Modifier and Type Method Description FieldIDType
ObjectFactory. createFieldIDType()
Create an instance ofFieldIDType
FieldIDType
ECParametersType. getFieldID()
Gets the value of the fieldID property.Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type FieldIDType Modifier and Type Method Description void
ECParametersType. setFieldID(FieldIDType value)
Sets the value of the fieldID property.
-