org.jcp.xml.dsig.internal.dom
Class DOMHMACSignatureMethod

java.lang.Object
  extended by org.jcp.xml.dsig.internal.dom.DOMStructure
      extended by org.jcp.xml.dsig.internal.dom.DOMSignatureMethod
          extended by org.jcp.xml.dsig.internal.dom.DOMHMACSignatureMethod
All Implemented Interfaces:
AlgorithmMethod, SignatureMethod, XMLStructure

public abstract class DOMHMACSignatureMethod
extends DOMSignatureMethod

DOM-based implementation of HMAC SignatureMethod.

Author:
Sean Mullan

Field Summary
 
Fields inherited from interface javax.xml.crypto.dsig.SignatureMethod
DSA_SHA1, HMAC_SHA1, RSA_SHA1
 
Method Summary
 
Methods inherited from class org.jcp.xml.dsig.internal.dom.DOMSignatureMethod
equals, getParameterSpec, hashCode, marshal
 
Methods inherited from class org.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.XMLStructure
isFeatureSupported
 
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.