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
Methods in org.apache.xml.security.encryption that return EncryptionProperties Modifier and Type Method Description EncryptionProperties
XMLCipher. createEncryptionProperties()
Create an EncryptionProperties elementEncryptionProperties
EncryptedType. getEncryptionProperties()
Returns additional information concerning the generation of theEncryptedType
.Methods in org.apache.xml.security.encryption with parameters of type EncryptionProperties Modifier and Type Method Description void
EncryptedType. setEncryptionProperties(EncryptionProperties properties)
Sets theEncryptionProperties
that supplies additional information about the generation of theEncryptedType
.
-