Uses of Interface
org.apache.xml.security.encryption.EncryptionProperties
-
Packages that use EncryptionProperties Package Description org.apache.xml.security.encryption -
-
Uses of EncryptionProperties in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement EncryptionProperties Modifier and Type Class Description private classXMLCipher.Factory.EncryptionPropertiesImplFields in org.apache.xml.security.encryption declared as EncryptionProperties Modifier and Type Field Description private EncryptionPropertiesXMLCipher.Factory.EncryptedTypeImpl. encryptionPropertiesMethods in org.apache.xml.security.encryption that return EncryptionProperties Modifier and Type Method Description EncryptionPropertiesXMLCipher. createEncryptionProperties()Create an EncryptionProperties elementEncryptionPropertiesEncryptedType. getEncryptionProperties()Returns additional information concerning the generation of theEncryptedType.EncryptionPropertiesXMLCipher.Factory.EncryptedTypeImpl. getEncryptionProperties()(package private) EncryptionPropertiesXMLCipher.Factory. newEncryptionProperties()(package private) EncryptionPropertiesXMLCipher.Factory. newEncryptionProperties(org.w3c.dom.Element element)Methods in org.apache.xml.security.encryption with parameters of type EncryptionProperties Modifier and Type Method Description voidEncryptedType. setEncryptionProperties(EncryptionProperties properties)Sets theEncryptionPropertiesthat supplies additional information about the generation of theEncryptedType.voidXMLCipher.Factory.EncryptedTypeImpl. setEncryptionProperties(EncryptionProperties properties)
-