org.xbrlapi.data.resource
Class MD5SignerImpl
java.lang.Object
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
MD5SignerImpl
public MD5SignerImpl()
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)