public class STRTransform
extends org.apache.xml.security.transforms.TransformSpi
Modifier and Type | Field and Description |
---|---|
static String |
implementedTransformURI
Field implementedTransformURI
|
Constructor and Description |
---|
STRTransform() |
Modifier and Type | Method and Description |
---|---|
protected String |
engineGetURI()
Method engineGetURI
|
protected org.apache.xml.security.signature.XMLSignatureInput |
enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input,
org.apache.xml.security.transforms.Transform transformObject)
Method enginePerformTransform
|
boolean |
returnsNodeSet() |
boolean |
returnsOctetStream() |
boolean |
wantsNodeSet() |
boolean |
wantsOctetStream() |
public static final String implementedTransformURI
public boolean wantsOctetStream()
public boolean wantsNodeSet()
public boolean returnsOctetStream()
public boolean returnsNodeSet()
protected String engineGetURI()
engineGetURI
in class org.apache.xml.security.transforms.TransformSpi
protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, org.apache.xml.security.transforms.Transform transformObject) throws IOException, org.apache.xml.security.c14n.CanonicalizationException, org.apache.xml.security.c14n.InvalidCanonicalizerException
enginePerformTransform
in class org.apache.xml.security.transforms.TransformSpi
input
- org.apache.xml.security.c14n.CanonicalizationException
org.apache.xml.security.c14n.InvalidCanonicalizerException
IOException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.