Uses of Class
org.apache.xml.security.binding.xmldsig.ObjectType
-
Packages that use ObjectType Package Description org.apache.xml.security.binding.xmldsig -
-
Uses of ObjectType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig with type parameters of type ObjectType Modifier and Type Field Description protected java.util.List<ObjectType>
SignatureType. object
Methods in org.apache.xml.security.binding.xmldsig that return ObjectType Modifier and Type Method Description ObjectType
ObjectFactory. createObjectType()
Create an instance ofObjectType
Methods in org.apache.xml.security.binding.xmldsig that return types with arguments of type ObjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectType>
ObjectFactory. createObject(ObjectType value)
java.util.List<ObjectType>
SignatureType. getObject()
Gets the value of the object property.Methods in org.apache.xml.security.binding.xmldsig with parameters of type ObjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectType>
ObjectFactory. createObject(ObjectType value)
-