org.apache.jcp.xml.dsig.internal.dom
Class DOMSignatureMethod
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.BaseStructure
org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod
- All Implemented Interfaces:
- AlgorithmMethod, SignatureMethod, XMLStructure
public abstract class DOMSignatureMethod
- extends BaseStructure
DOM-based abstract implementation of SignatureMethod.
- Author:
- Sean Mullan
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec()
- Description copied from interface:
SignatureMethod
- Returns the algorithm-specific input parameters of this
SignatureMethod
.
The returned parameters can be typecast to a SignatureMethodParameterSpec
object.
- Returns:
- the algorithm-specific input parameters of this
SignatureMethod
(may be null
if not
specified)
marshal
public void marshal(XmlWriter xwriter,
String dsPrefix)
throws MarshalException
- This method invokes the
marshalParams
method to marshal any algorithm-specific parameters.
- Throws:
MarshalException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.