| Package | Description |
|---|---|
| iaik.ixsil.core |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
TransformInstruction.internalProcessTransforms(int positionOfLastIncludedTransform,
boolean applyFinalC14N,
boolean cloneResult)
Resolves the transform instruction's URI (or takes the expicite data set previously respectively) and
invokes all transforms starting with the first and ending with the one specified by means of the
parameter
positionOfLastIncludedTransform. |
protected void |
TransformInstruction.verifyingInit(org.w3c.dom.Element transInstrDOMElem)
Initializes this transform instruction object for the signature verification use case.
|
| Constructor and Description |
|---|
TransformInstruction(org.w3c.dom.Element transInstrDOMElem,
iaik.ixsil.core.SignatureHandler signatureHandler)
Creates a transform instruction object, depending on the specified use case.
|
TransformInstruction(org.w3c.dom.Element transInstrDOMElem,
URIResolverParameters uriResolverParameters,
boolean useCase)
Creates a transform instruction object, depending on the specified use case.
|