Uses of Class
org.w3.xmldsig.SignatureProperty

Packages that use SignatureProperty
org.w3.xmldsig   
 

Uses of SignatureProperty in org.w3.xmldsig
 

Fields in org.w3.xmldsig with type parameters of type SignatureProperty
protected  List<SignatureProperty> SignatureProperties.signatureProperties
           
 

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

Methods in org.w3.xmldsig that return types with arguments of type SignatureProperty
 List<SignatureProperty> SignatureProperties.getSignatureProperties()
          Gets the value of the signatureProperties property.
 

Methods in org.w3.xmldsig with parameters of type SignatureProperty
 SignatureProperties SignatureProperties.withSignatureProperties(SignatureProperty... values)
           
 

Method parameters in org.w3.xmldsig with type arguments of type SignatureProperty
 void SignatureProperties.setSignatureProperties(List<SignatureProperty> value)
           
 SignatureProperties SignatureProperties.withSignatureProperties(Collection<SignatureProperty> values)
           
 SignatureProperties SignatureProperties.withSignatureProperties(List<SignatureProperty> value)
           
 

Constructor parameters in org.w3.xmldsig with type arguments of type SignatureProperty
SignatureProperties(List<SignatureProperty> signatureProperties, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.