Uses of Class
org.apache.cxf.xkms.model.xmlenc.CipherDataType
-
Packages that use CipherDataType Package Description org.apache.cxf.xkms.model.xmlenc -
-
Uses of CipherDataType in org.apache.cxf.xkms.model.xmlenc
Fields in org.apache.cxf.xkms.model.xmlenc declared as CipherDataType Modifier and Type Field Description protected CipherDataTypeEncryptedType. cipherDataMethods in org.apache.cxf.xkms.model.xmlenc that return CipherDataType Modifier and Type Method Description CipherDataTypeObjectFactory. createCipherDataType()Create an instance ofCipherDataTypeCipherDataTypeEncryptedType. getCipherData()Gets the value of the cipherData property.Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type CipherDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherDataType>ObjectFactory. createCipherData(CipherDataType value)Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type CipherDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherDataType>ObjectFactory. createCipherData(CipherDataType value)voidEncryptedType. setCipherData(CipherDataType value)Sets the value of the cipherData property.
-