Uses of Interface
org.apache.xml.security.encryption.EncryptionProperty
Packages that use EncryptionProperty
-
Uses of EncryptionProperty in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement EncryptionPropertyFields in org.apache.xml.security.encryption with type parameters of type EncryptionPropertyModifier and TypeFieldDescriptionprivate List<EncryptionProperty>
XMLCipher.Factory.EncryptionPropertiesImpl.encryptionProperties
Methods in org.apache.xml.security.encryption that return EncryptionPropertyModifier and TypeMethodDescriptionXMLCipher.createEncryptionProperty()
Create a new EncryptionProperty element(package private) EncryptionProperty
XMLCipher.Factory.newEncryptionProperty()
(package private) EncryptionProperty
XMLCipher.Factory.newEncryptionProperty
(Element element) Methods in org.apache.xml.security.encryption that return types with arguments of type EncryptionPropertyModifier and TypeMethodDescriptionEncryptionProperties.getEncryptionProperties()
Returns anIterator
over all theEncryptionPropterty
elements contained in thisEncryptionProperties
.XMLCipher.Factory.EncryptionPropertiesImpl.getEncryptionProperties()
Returns anIterator
over all theEncryptionPropterty
elements contained in thisEncryptionProperties
.Methods in org.apache.xml.security.encryption with parameters of type EncryptionPropertyModifier and TypeMethodDescriptionvoid
EncryptionProperties.addEncryptionProperty
(EncryptionProperty property) Adds anEncryptionProperty
.void
XMLCipher.Factory.EncryptionPropertiesImpl.addEncryptionProperty
(EncryptionProperty property) Adds anEncryptionProperty
.void
EncryptionProperties.removeEncryptionProperty
(EncryptionProperty property) Removes the specifiedEncryptionProperty
.void
XMLCipher.Factory.EncryptionPropertiesImpl.removeEncryptionProperty
(EncryptionProperty property) Removes the specifiedEncryptionProperty
.