Uses of Class
org.apache.xml.security.binding.xmlenc.EncryptionPropertyType
-
Packages that use EncryptionPropertyType Package Description org.apache.xml.security.binding.xmlenc -
-
Uses of EncryptionPropertyType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc with type parameters of type EncryptionPropertyType Modifier and Type Field Description protected java.util.List<EncryptionPropertyType>
EncryptionPropertiesType. encryptionProperty
Methods in org.apache.xml.security.binding.xmlenc that return EncryptionPropertyType Modifier and Type Method Description EncryptionPropertyType
ObjectFactory. createEncryptionPropertyType()
Create an instance ofEncryptionPropertyType
Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type EncryptionPropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptionPropertyType>
ObjectFactory. createEncryptionProperty(EncryptionPropertyType value)
java.util.List<EncryptionPropertyType>
EncryptionPropertiesType. getEncryptionProperty()
Gets the value of the encryptionProperty property.Methods in org.apache.xml.security.binding.xmlenc with parameters of type EncryptionPropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptionPropertyType>
ObjectFactory. createEncryptionProperty(EncryptionPropertyType value)
-