org.apache.jcp.xml.dsig.internal.dom
Class DOMEnvelopedTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
org.apache.jcp.xml.dsig.internal.dom.ApacheTransform
org.apache.jcp.xml.dsig.internal.dom.DOMEnvelopedTransform
- All Implemented Interfaces:
- AlgorithmMethod, Transform, XMLStructure
public final class DOMEnvelopedTransform
- extends ApacheTransform
DOM-based implementation of Enveloped Signature Transform.
(Uses Apache XML-Sec Transform implementation)
- Author:
- Sean Mullan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMEnvelopedTransform
public DOMEnvelopedTransform()
init
public void init(TransformParameterSpec params)
throws InvalidAlgorithmParameterException
- Description copied from class:
TransformService
- Initializes this
TransformService with the specified
parameters.
If the parameters exist in XML form, the
TransformService.init(XMLStructure, XMLCryptoContext) method should be used to
initialize the TransformService.
- Specified by:
init in class TransformService
- Parameters:
params - the algorithm parameters (may be null if
not required or optional)
- Throws:
InvalidAlgorithmParameterException - if the specified parameters
are invalid for this algorithm
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.