Class DOMHMACSignatureMethod
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMHMACSignatureMethod
- All Implemented Interfaces:
AlgorithmMethod
,SignatureMethod
,XMLStructure
DOM-based implementation of HMAC SignatureMethod.
-
Field Summary
Fields inherited from interface javax.xml.crypto.dsig.SignatureMethod
DSA_SHA1, HMAC_SHA1, RSA_SHA1
-
Method Summary
Modifier and TypeMethodDescriptionboolean
final AlgorithmParameterSpec
int
hashCode()
void
marshal
(Node parent, String dsPrefix, DOMCryptoContext context) This method invokes themarshalParams
method to marshal any algorithm-specific parameters.Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure
isFeatureSupported
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
-
Method Details
-
getParameterSpec
-
marshal
This method invokes themarshalParams
method to marshal any algorithm-specific parameters.- Specified by:
marshal
in classDOMStructure
- Throws:
MarshalException
-
equals
-
hashCode
public int hashCode()
-