Uses of Interface
org.apache.xml.security.encryption.EncryptionProperty
-
Packages that use EncryptionProperty Package Description org.apache.xml.security.encryption -
-
Uses of EncryptionProperty in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement EncryptionProperty Modifier and Type Class Description private class
XMLCipher.Factory.EncryptionPropertyImpl
Fields in org.apache.xml.security.encryption with type parameters of type EncryptionProperty Modifier and Type Field Description private java.util.List<EncryptionProperty>
XMLCipher.Factory.EncryptionPropertiesImpl. encryptionProperties
Methods in org.apache.xml.security.encryption that return EncryptionProperty Modifier and Type Method Description EncryptionProperty
XMLCipher. createEncryptionProperty()
Create a new EncryptionProperty element(package private) EncryptionProperty
XMLCipher.Factory. newEncryptionProperty()
(package private) EncryptionProperty
XMLCipher.Factory. newEncryptionProperty(org.w3c.dom.Element element)
Methods in org.apache.xml.security.encryption that return types with arguments of type EncryptionProperty Modifier and Type Method Description java.util.Iterator<EncryptionProperty>
EncryptionProperties. getEncryptionProperties()
Returns anIterator
over all theEncryptionPropterty
elements contained in thisEncryptionProperties
.java.util.Iterator<EncryptionProperty>
XMLCipher.Factory.EncryptionPropertiesImpl. getEncryptionProperties()
Returns anIterator
over all theEncryptionPropterty
elements contained in thisEncryptionProperties
.Methods in org.apache.xml.security.encryption with parameters of type EncryptionProperty Modifier and Type Method Description void
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
.
-