Canonicalizer11
, Canonicalizer11_OmitCommentsTransformer
, Canonicalizer11_WithCommentsTransformer
, Canonicalizer20010315
, Canonicalizer20010315_Excl
, Canonicalizer20010315_ExclOmitCommentsTransformer
, Canonicalizer20010315_ExclWithCommentsTransformer
, Canonicalizer20010315_OmitCommentsTransformer
, Canonicalizer20010315_WithCommentsTransformer
, CanonicalizerBase
, TransformBase64Decode
, TransformEnvelopedSignature
, TransformIdentity
public 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
XMLSecurityException
void setTransformer(Transformer transformer) throws XMLSecurityException
XMLSecurityException
void setProperties(Map<String,Object> properties) throws XMLSecurityException
XMLSecurityException
XMLSecurityConstants.TransformMethod getPreferredTransformMethod(XMLSecurityConstants.TransformMethod forInput)
void transform(XMLSecEvent xmlSecEvent) throws XMLStreamException
XMLStreamException
void transform(InputStream inputStream) throws XMLStreamException
XMLStreamException
void doFinal() throws XMLStreamException
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.