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 ObjectContainerXMLSignature. getObjectItem(int i)Returns theithds:Objectchild of the signature or null if no suchds:Objectelement exists.Methods in org.apache.xml.security.signature with parameters of type ObjectContainer Modifier and Type Method Description voidXMLSignature. appendObject(ObjectContainer object)Appends an Object (not ajava.lang.Objectbut an Object element) to the Signature.
-