Uses of Class
org.apache.xml.security.binding.xmlenc.EncryptionPropertiesType
-
Packages that use EncryptionPropertiesType Package Description org.apache.xml.security.binding.xmlenc -
-
Uses of EncryptionPropertiesType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as EncryptionPropertiesType Modifier and Type Field Description protected EncryptionPropertiesType
EncryptedType. encryptionProperties
Methods in org.apache.xml.security.binding.xmlenc that return EncryptionPropertiesType Modifier and Type Method Description EncryptionPropertiesType
ObjectFactory. createEncryptionPropertiesType()
Create an instance ofEncryptionPropertiesType
EncryptionPropertiesType
EncryptedType. getEncryptionProperties()
Gets the value of the encryptionProperties property.Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type EncryptionPropertiesType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptionPropertiesType>
ObjectFactory. createEncryptionProperties(EncryptionPropertiesType value)
Methods in org.apache.xml.security.binding.xmlenc with parameters of type EncryptionPropertiesType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptionPropertiesType>
ObjectFactory. createEncryptionProperties(EncryptionPropertiesType value)
void
EncryptedType. setEncryptionProperties(EncryptionPropertiesType value)
Sets the value of the encryptionProperties property.
-