|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptionProperty | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
Uses of EncryptionProperty in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return EncryptionProperty | |
---|---|
EncryptionProperty |
XMLCipher.createEncryptionProperty()
Create a new EncryptionProperty element |
Methods in org.apache.xml.security.encryption that return types with arguments of type EncryptionProperty | |
---|---|
Iterator<EncryptionProperty> |
EncryptionProperties.getEncryptionProperties()
Returns an Iterator over all the
EncryptionPropterty elements contained in this
EncryptionProperties . |
Methods in org.apache.xml.security.encryption with parameters of type EncryptionProperty | |
---|---|
void |
EncryptionProperties.addEncryptionProperty(EncryptionProperty property)
Adds an EncryptionProperty . |
void |
EncryptionProperties.removeEncryptionProperty(EncryptionProperty property)
Removes the specified EncryptionProperty . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |