Canonicalizer11, Canonicalizer11_OmitCommentsTransformer, Canonicalizer11_WithCommentsTransformer, Canonicalizer20010315, Canonicalizer20010315_Excl, Canonicalizer20010315_ExclOmitCommentsTransformer, Canonicalizer20010315_ExclWithCommentsTransformer, Canonicalizer20010315_OmitCommentsTransformer, Canonicalizer20010315_WithCommentsTransformer, CanonicalizerBase, TransformBase64Decode, TransformEnvelopedSignature, TransformIdentitypublic interface Transformer
| Modifier and Type | Method | Description |
|---|---|---|
void |
doFinal() |
|
XMLSecurityConstants.TransformMethod |
getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput) |
|
void |
setOutputStream(OutputStream outputStream) |
|
void |
setProperties(Map<String,Object> properties) |
|
void |
setTransformer(Transformer transformer) |
|
void |
transform(InputStream inputStream) |
|
void |
transform(XMLSecEvent xmlSecEvent) |
void setOutputStream(OutputStream outputStream) throws XMLSecurityException
XMLSecurityExceptionvoid setTransformer(Transformer transformer) throws XMLSecurityException
XMLSecurityExceptionvoid setProperties(Map<String,Object> properties) throws XMLSecurityException
XMLSecurityExceptionXMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
XMLStreamExceptionvoid transform(InputStream inputStream) throws XMLStreamException
XMLStreamExceptionvoid doFinal()
throws XMLStreamException
XMLStreamExceptionCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.