Uses of Class
org.apache.xml.security.signature.ObjectContainer

Packages that use ObjectContainer
org.apache.xml.security.signature   
 

Uses of ObjectContainer in org.apache.xml.security.signature
 

Methods in org.apache.xml.security.signature that return ObjectContainer
 ObjectContainer XMLSignature.getObjectItem(int i)
          Returns the ith ds:Object child of the signature or null if no such ds:Object element exists.
 

Methods in org.apache.xml.security.signature with parameters of type ObjectContainer
 void XMLSignature.appendObject(ObjectContainer object)
          Appends an Object (not a java.lang.Object but an Object element) to the Signature.
 



Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.