Uses of Class
org.apache.xml.security.signature.ObjectContainer
-
Packages that use ObjectContainer Package Description org.apache.xml.security.signature -
-
Uses of ObjectContainer in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that return ObjectContainer Modifier and Type Method Description ObjectContainer
XMLSignature. getObjectItem(int i)
Returns thei
thds:Object
child of the signature or null if no suchds:Object
element exists.Methods in org.apache.xml.security.signature with parameters of type ObjectContainer Modifier and Type Method Description void
XMLSignature. appendObject(ObjectContainer object)
Appends an Object (not ajava.lang.Object
but an Object element) to the Signature.
-