Class DOMSignatureMethod
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMSignatureMethod
- All Implemented Interfaces:
AlgorithmMethod, SignatureMethod, XMLStructure
DOM-based abstract implementation of SignatureMethod.
-
Field Summary
Fields inherited from interface SignatureMethod
DSA_SHA1, HMAC_SHA1, RSA_SHA1 -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal AlgorithmParameterSpecinthashCode()voidmarshal(Node parent, String dsPrefix, DOMCryptoContext context) This method invokes themarshalParamsmethod to marshal any algorithm-specific parameters.Methods inherited from class DOMStructure
isFeatureSupportedMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlgorithmMethod
getAlgorithmMethods inherited from interface XMLStructure
isFeatureSupported
-
Method Details
-
getParameterSpec
-
marshal
This method invokes themarshalParamsmethod to marshal any algorithm-specific parameters.- Specified by:
marshalin classDOMStructure- Throws:
MarshalException
-
equals
-
hashCode
-