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
Methods in org.apache.xml.security.encryption that return EncryptionProperty Modifier and Type Method Description EncryptionPropertyXMLCipher. createEncryptionProperty()Create a new EncryptionProperty elementMethods in org.apache.xml.security.encryption that return types with arguments of type EncryptionProperty Modifier and Type Method Description Iterator<EncryptionProperty>EncryptionProperties. getEncryptionProperties()Returns anIteratorover all theEncryptionProptertyelements contained in thisEncryptionProperties.Methods in org.apache.xml.security.encryption with parameters of type EncryptionProperty Modifier and Type Method Description voidEncryptionProperties. addEncryptionProperty(EncryptionProperty property)Adds anEncryptionProperty.voidEncryptionProperties. removeEncryptionProperty(EncryptionProperty property)Removes the specifiedEncryptionProperty.
-