XBRLAPI

A Java API for XBRL


org.xbrlapi.data.resource
Class MD5SignerImpl

java.lang.Object
  extended by org.xbrlapi.data.resource.MD5SignerImpl
All Implemented Interfaces:
Serializable, Signer

public class MD5SignerImpl
extends Object
implements Signer

Author:
Geoffrey Shuetrim (geoff@galexy.net)
See Also:
Serialized Form

Constructor Summary
MD5SignerImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSignature(List<String> lines)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5SignerImpl

public MD5SignerImpl()
Method Detail

getSignature

public String getSignature(List<String> lines)
Specified by:
getSignature in interface Signer
Parameters:
lines - The list of all lines in the resource.
Returns:
the signature given the resource content.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

Get Java XBRL API implementation at SourceForge.net.