org.apache.jcp.xml.dsig.internal.dom
Class DOMDigestMethod
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.BaseStructure
org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod
- All Implemented Interfaces:
- AlgorithmMethod, DigestMethod, XMLStructure
public abstract class DOMDigestMethod
- extends BaseStructure
- implements DigestMethod
DOM-based abstract implementation of DigestMethod.
- Author:
- Sean Mullan
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec()
- Specified by:
getParameterSpec in interface AlgorithmMethod- Specified by:
getParameterSpec in interface DigestMethod
marshal
public static void marshal(XmlWriter xwriter,
DigestMethod digest,
String prefix)
throws MarshalException
- This method invokes the abstract
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.