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

Packages that use EncryptedDataType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
org.jboss.seam.security.external.jaxb.xenc   
 

Uses of EncryptedDataType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as EncryptedDataType
protected  EncryptedDataType EncryptedElementType.encryptedData
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return EncryptedDataType
 EncryptedDataType EncryptedElementType.getEncryptedData()
          Gets the value of the encryptedData property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type EncryptedDataType
 void EncryptedElementType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 

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

Methods in org.jboss.seam.security.external.jaxb.xenc that return EncryptedDataType
 EncryptedDataType ObjectFactory.createEncryptedDataType()
          Create an instance of EncryptedDataType
 

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

Methods in org.jboss.seam.security.external.jaxb.xenc with parameters of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.