Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmlenc.CipherReferenceType

Packages that use CipherReferenceType
org.apache.cxf.xkms.model.xmlenc   
 

Uses of CipherReferenceType in org.apache.cxf.xkms.model.xmlenc
 

Fields in org.apache.cxf.xkms.model.xmlenc declared as CipherReferenceType
protected  CipherReferenceType CipherDataType.cipherReference
           
 

Methods in org.apache.cxf.xkms.model.xmlenc that return CipherReferenceType
 CipherReferenceType ObjectFactory.createCipherReferenceType()
          Create an instance of CipherReferenceType
 CipherReferenceType CipherDataType.getCipherReference()
          Gets the value of the cipherReference property.
 

Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type CipherReferenceType
 JAXBElement<CipherReferenceType> ObjectFactory.createCipherReference(CipherReferenceType value)
          Create an instance of JAXBElement<CipherReferenceType>}
 

Methods in org.apache.cxf.xkms.model.xmlenc 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.
 


Apache CXF API

Apache CXF