org.apache.jcp.xml.dsig.internal.dom
Class DOMHMACSignatureMethod
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.BaseStructure
org.apache.jcp.xml.dsig.internal.dom.DOMHMACSignatureMethod
- All Implemented Interfaces:
- AlgorithmMethod, SignatureMethod, XMLStructure
public abstract class DOMHMACSignatureMethod
- extends BaseStructure
DOM-based implementation of HMAC SignatureMethod.
- Author:
- Sean Mullan
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec()
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–2014 The Apache Software Foundation. All rights reserved.