Uses of Class
org.apache.cxf.xkms.model.xmlenc.CipherReferenceType
-
Packages that use CipherReferenceType Package Description 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 Modifier and Type Field Description protected CipherReferenceTypeCipherDataType. cipherReferenceMethods in org.apache.cxf.xkms.model.xmlenc that return CipherReferenceType Modifier and Type Method Description CipherReferenceTypeObjectFactory. createCipherReferenceType()Create an instance ofCipherReferenceTypeCipherReferenceTypeCipherDataType. getCipherReference()Gets the value of the cipherReference property.Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type CipherReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherReferenceType>ObjectFactory. createCipherReference(CipherReferenceType value)Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type CipherReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherReferenceType>ObjectFactory. createCipherReference(CipherReferenceType value)voidCipherDataType. setCipherReference(CipherReferenceType value)Sets the value of the cipherReference property.
-