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

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

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

Fields in org.jboss.seam.security.external.jaxb.xenc declared as CipherReferenceType
protected  CipherReferenceType CipherDataType.cipherReference
           
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return CipherReferenceType
 CipherReferenceType ObjectFactory.createCipherReferenceType()
          Create an instance of CipherReferenceType
 CipherReferenceType CipherDataType.getCipherReference()
          Gets the value of the cipherReference property.
 

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

Methods in org.jboss.seam.security.external.jaxb.xenc with parameters of type CipherReferenceType
 JAXBElement<CipherReferenceType> ObjectFactory.createCipherReference(CipherReferenceType value)
          Create an instance of JAXBElement<CipherReferenceType>}
 void CipherDataType.setCipherReference(CipherReferenceType value)
          Sets the value of the cipherReference property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.