org.apache.ws.security.transform
Class STRTransform
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.ws.security.transform.STRTransform
public class STRTransform
- extends org.apache.xml.security.transforms.TransformSpi
Class STRTransform
- Version:
- 1.0
- Author:
- Werner Dittmann (Werner.Dittmann@siemens.com)
Fields inherited from class org.apache.xml.security.transforms.TransformSpi |
_transformObject |
Methods inherited from class org.apache.xml.security.transforms.TransformSpi |
enginePerformTransform, setTransform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementedTransformURI
public static final java.lang.String implementedTransformURI
- Field implementedTransformURI
- See Also:
- Constant Field Values
STRTransform
public STRTransform()
wantsOctetStream
public boolean wantsOctetStream()
wantsNodeSet
public boolean wantsNodeSet()
returnsOctetStream
public boolean returnsOctetStream()
returnsNodeSet
public boolean returnsNodeSet()
engineGetURI
protected java.lang.String engineGetURI()
- Method engineGetURI
- Specified by:
engineGetURI
in class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform
protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input)
throws java.io.IOException,
org.apache.xml.security.c14n.CanonicalizationException,
org.apache.xml.security.c14n.InvalidCanonicalizerException
- Method enginePerformTransform
- Specified by:
enginePerformTransform
in class org.apache.xml.security.transforms.TransformSpi
- Parameters:
input
-
- Throws:
org.apache.xml.security.c14n.CanonicalizationException
org.apache.xml.security.c14n.InvalidCanonicalizerException
java.io.IOException
Copyright © 2004-2009 Apache Web Services. All Rights Reserved.