|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transforms | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
Uses of Transforms in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return Transforms | |
---|---|
Transforms |
XMLCipher.createTransforms()
Create a new Transforms object |
Transforms |
XMLCipher.createTransforms(Document doc)
Create a new Transforms object Because the handling of Transforms is currently done in the signature code, the creation of a Transforms object requires a context document. |
Transforms |
CipherReference.getTransforms()
Returns the Transforms that specifies how to transform the
URI to yield the appropriate cipher value. |
Methods in org.apache.xml.security.encryption with parameters of type Transforms | |
---|---|
void |
CipherReference.setTransforms(Transforms transforms)
Sets the Transforms that specifies how to transform the
URI to yield the appropriate cipher value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |