public class STRTransform
extends org.apache.xml.security.transforms.TransformSpi
STRTransform
extends from TransformSpi
and will be used to transform the XMLSignatureInput
as
required by the WS-Security specification.Modifier and Type | Field and Description |
---|---|
static String |
STR_TRANSFORM_URI |
Constructor and Description |
---|
STRTransform() |
Modifier and Type | Method and Description |
---|---|
protected String |
engineGetURI()
Returns the transformation engine URI.
|
protected org.apache.xml.security.signature.XMLSignatureInput |
enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input,
OutputStream outputStream,
Element element,
String s,
boolean b) |
protected org.apache.xml.security.signature.XMLSignatureInput |
enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input,
org.apache.xml.security.transforms.Transform transformObject)
Perform the XMLSignature transformation for the given input.
|
boolean |
returnsNodeSet() |
boolean |
returnsOctetStream() |
boolean |
wantsNodeSet() |
boolean |
wantsOctetStream() |
public static final String STR_TRANSFORM_URI
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, OutputStream outputStream, Element element, String s, boolean b) throws IOException, org.apache.xml.security.c14n.CanonicalizationException, org.apache.xml.security.c14n.InvalidCanonicalizerException, org.apache.xml.security.transforms.TransformationException, ParserConfigurationException, SAXException
enginePerformTransform
in class org.apache.xml.security.transforms.TransformSpi
IOException
org.apache.xml.security.c14n.CanonicalizationException
org.apache.xml.security.c14n.InvalidCanonicalizerException
org.apache.xml.security.transforms.TransformationException
ParserConfigurationException
SAXException
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, org.apache.xml.security.transforms.TransformationException
IOException
org.apache.xml.security.c14n.CanonicalizationException
org.apache.xml.security.c14n.InvalidCanonicalizerException
org.apache.xml.security.transforms.TransformationException
public boolean wantsOctetStream()
public boolean wantsNodeSet()
public boolean returnsOctetStream()
public boolean returnsNodeSet()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.