Uses of Class
org.jboss.seam.security.external.jaxb.xenc.EncryptionPropertiesType

Packages that use EncryptionPropertiesType
org.jboss.seam.security.external.jaxb.xenc   
 

Uses of EncryptionPropertiesType in org.jboss.seam.security.external.jaxb.xenc
 

Fields in org.jboss.seam.security.external.jaxb.xenc declared as EncryptionPropertiesType
protected  EncryptionPropertiesType EncryptedType.encryptionProperties
           
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return EncryptionPropertiesType
 EncryptionPropertiesType ObjectFactory.createEncryptionPropertiesType()
          Create an instance of EncryptionPropertiesType
 EncryptionPropertiesType EncryptedType.getEncryptionProperties()
          Gets the value of the encryptionProperties property.
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return types with arguments of type EncryptionPropertiesType
 JAXBElement<EncryptionPropertiesType> ObjectFactory.createEncryptionProperties(EncryptionPropertiesType value)
          Create an instance of JAXBElement<EncryptionPropertiesType>}
 

Methods in org.jboss.seam.security.external.jaxb.xenc with parameters of type EncryptionPropertiesType
 JAXBElement<EncryptionPropertiesType> ObjectFactory.createEncryptionProperties(EncryptionPropertiesType value)
          Create an instance of JAXBElement<EncryptionPropertiesType>}
 void EncryptedType.setEncryptionProperties(EncryptionPropertiesType value)
          Sets the value of the encryptionProperties property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.