Uses of Class
org.w3.xmldsig.Object

Packages that use Object
org.w3.xmldsig   
 

Uses of Object in org.w3.xmldsig
 

Fields in org.w3.xmldsig with type parameters of type Object
protected  List<Object> Signature.objects
           
 

Methods in org.w3.xmldsig that return Object
 Object ObjectFactory.createObject()
          Create an instance of Object
 Object Object.withContent(Collection<Object> values)
           
 Object Object.withContent(List<Object> value)
           
 Object Object.withContent(Object... values)
           
 Object Object.withEncoding(String value)
           
 Object Object.withId(String value)
           
 Object Object.withMimeType(String value)
           
 

Methods in org.w3.xmldsig that return types with arguments of type Object
 List<Object> Signature.getObjects()
          Gets the value of the objects property.
 

Methods in org.w3.xmldsig with parameters of type Object
 Signature Signature.withObjects(Object... values)
           
 

Method parameters in org.w3.xmldsig with type arguments of type Object
 void Signature.setObjects(List<Object> value)
           
 Signature Signature.withObjects(Collection<Object> values)
           
 Signature Signature.withObjects(List<Object> value)
           
 

Constructor parameters in org.w3.xmldsig with type arguments of type Object
Signature(SignedInfo signedInfo, SignatureValue signatureValue, KeyInfo keyInfo, List<Object> objects, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.