Class ApacheCanonicalizer
java.lang.Object
javax.xml.crypto.dsig.TransformService
org.apache.jcp.xml.dsig.internal.dom.ApacheCanonicalizer
- All Implemented Interfaces:
AlgorithmMethod, Transform, XMLStructure
- Direct Known Subclasses:
DOMCanonicalXMLC14N11Method, DOMCanonicalXMLC14NMethod, DOMExcC14NMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Canonicalizerprivate Transformprotected Stringprivate static final org.slf4j.Loggerprotected Documentprotected C14NMethodParameterSpecprotected Element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalize(Data data, XMLCryptoContext xc) canonicalize(Data data, XMLCryptoContext xc, OutputStream os) final AlgorithmParameterSpecvoidinit(XMLStructure parent, XMLCryptoContext context) final booleanisFeatureSupported(String feature) voidmarshalParams(XMLStructure parent, XMLCryptoContext context) transform(Data data, XMLCryptoContext xc, OutputStream os) Methods inherited from class TransformService
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider, init
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
apacheCanonicalizer
-
apacheTransform
-
inclusiveNamespaces
-
params
-
ownerDoc
-
transformElem
-
-
Constructor Details
-
ApacheCanonicalizer
public ApacheCanonicalizer()
-
-
Method Details
-
getParameterSpec
-
init
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException - Specified by:
initin classTransformService- Throws:
InvalidAlgorithmParameterException
-
marshalParams
- Specified by:
marshalParamsin classTransformService- Throws:
MarshalException
-
canonicalize
- Throws:
TransformException
-
canonicalize
- Throws:
TransformException
-
transform
- Throws:
TransformException
-
isFeatureSupported
-