xades4j.properties
Class DataObjectTransform
java.lang.Object
xades4j.properties.DataObjectTransform
public class DataObjectTransform
- extends Object
Represents a transform that is applied to a data object. Each instance of this
class that is applied to a data object will result in a ds:Transform
element within the corresponding ds:Reference in the signature.
- Author:
- Luís
- See Also:
DataObjectDesc.withTransform(xades4j.properties.DataObjectTransform)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataObjectTransform
public DataObjectTransform(String transformUri,
Element paramsElement)
DataObjectTransform
public DataObjectTransform(String transformUri)
getTransformUri
public String getTransformUri()
getTransformParams
public Element getTransformParams()
Copyright © 2012. All Rights Reserved.