Package org.apache.wss4j.dom.transform
Class AttachmentCiphertextTransform
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.wss4j.dom.transform.AttachmentCiphertextTransform
-
public class AttachmentCiphertextTransform extends org.apache.xml.security.transforms.TransformSpiFake class to be able to create a Transforms object
-
-
Constructor Summary
Constructors Constructor Description AttachmentCiphertextTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringengineGetURI()protected org.apache.xml.security.signature.XMLSignatureInputenginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation)
-
-
-
Method Detail
-
engineGetURI
protected String engineGetURI()
- Specified by:
engineGetURIin classorg.apache.xml.security.transforms.TransformSpi
-
enginePerformTransform
protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) throws IOException, org.apache.xml.security.c14n.CanonicalizationException, org.apache.xml.security.c14n.InvalidCanonicalizerException, org.apache.xml.security.transforms.TransformationException, ParserConfigurationException, SAXException- Specified by:
enginePerformTransformin classorg.apache.xml.security.transforms.TransformSpi- Throws:
IOExceptionorg.apache.xml.security.c14n.CanonicalizationExceptionorg.apache.xml.security.c14n.InvalidCanonicalizerExceptionorg.apache.xml.security.transforms.TransformationExceptionParserConfigurationExceptionSAXException
-
-