Uses of Class
org.w3.xenc.EncryptionProperty

Packages that use EncryptionProperty
org.w3.xenc   
 

Uses of EncryptionProperty in org.w3.xenc
 

Fields in org.w3.xenc with type parameters of type EncryptionProperty
protected  List<EncryptionProperty> EncryptionProperties.encryptionProperties
           
 

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

Methods in org.w3.xenc that return types with arguments of type EncryptionProperty
 List<EncryptionProperty> EncryptionProperties.getEncryptionProperties()
          Gets the value of the encryptionProperties property.
 

Methods in org.w3.xenc with parameters of type EncryptionProperty
 EncryptionProperties EncryptionProperties.withEncryptionProperties(EncryptionProperty... values)
           
 

Method parameters in org.w3.xenc with type arguments of type EncryptionProperty
 void EncryptionProperties.setEncryptionProperties(List<EncryptionProperty> value)
           
 EncryptionProperties EncryptionProperties.withEncryptionProperties(Collection<EncryptionProperty> values)
           
 EncryptionProperties EncryptionProperties.withEncryptionProperties(List<EncryptionProperty> value)
           
 

Constructor parameters in org.w3.xenc with type arguments of type EncryptionProperty
EncryptionProperties(List<EncryptionProperty> encryptionProperties, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.