org.apache.jcp.xml.dsig.internal.dom
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
public abstract class DOMHMACSignatureMethod
- extends DOMStructure
DOM-based implementation of HMAC SignatureMethod.
- Author:
- Sean Mullan
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec()
- Description copied from interface:
AlgorithmMethod
- Returns the algorithm parameters of this
AlgorithmMethod.
- Returns:
- the algorithm parameters of this
AlgorithmMethod.
Returns null if this AlgorithmMethod does
not require parameters and they are not specified.
marshal
public void marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
throws MarshalException
- This method invokes the
marshalParams
method to marshal any algorithm-specific parameters.
- Specified by:
marshal in class DOMStructure
- 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.