Class DOMSignatureMethod
- java.lang.Object
-
- org.apache.jcp.xml.dsig.internal.dom.BaseStructure
-
- org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod
-
- All Implemented Interfaces:
javax.xml.crypto.AlgorithmMethod,javax.xml.crypto.dsig.SignatureMethod,javax.xml.crypto.XMLStructure
public abstract class DOMSignatureMethod extends BaseStructure
DOM-based abstract implementation of SignatureMethod.- Author:
- Sean Mullan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.security.spec.AlgorithmParameterSpecgetParameterSpec()inthashCode()voidmarshal(XmlWriter xwriter, java.lang.String dsPrefix)This method invokes themarshalParamsmethod to marshal any algorithm-specific parameters.-
Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.BaseStructure
isFeatureSupported, textOfNode
-
-
-
-
Method Detail
-
getParameterSpec
public final java.security.spec.AlgorithmParameterSpec getParameterSpec()
-
marshal
public void marshal(XmlWriter xwriter, java.lang.String dsPrefix) throws javax.xml.crypto.MarshalException
This method invokes themarshalParamsmethod to marshal any algorithm-specific parameters.- Throws:
javax.xml.crypto.MarshalException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-