Package | Description |
---|---|
org.apache.xml.security.encryption |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
CipherReference.setTransforms(Transforms transforms)
Sets the
Transforms that specifies how to transform the
URI to yield the appropriate cipher value. |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.