Uses of Class
org.apache.cxf.xkms.model.xmlenc.EncryptedDataType
-
Packages that use EncryptedDataType Package Description org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.model.xmlenc -
-
Uses of EncryptedDataType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as EncryptedDataType Modifier and Type Field Description protected EncryptedDataTypePrivateKeyType. encryptedDataMethods in org.apache.cxf.xkms.model.xkms that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypePrivateKeyType. getEncryptedData()Gets the value of the encryptedData property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type EncryptedDataType Modifier and Type Method Description voidPrivateKeyType. setEncryptedData(EncryptedDataType value)Sets the value of the encryptedData property. -
Uses of EncryptedDataType in org.apache.cxf.xkms.model.xmlenc
Methods in org.apache.cxf.xkms.model.xmlenc that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeObjectFactory. createEncryptedDataType()Create an instance ofEncryptedDataTypeMethods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value)Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createEncryptedData(EncryptedDataType value)
-