org.xbrlapi.data.resource
Class MD5SignerImpl
java.lang.Object
org.xbrlapi.data.resource.MD5SignerImpl
- All Implemented Interfaces:
- Signer
public class MD5SignerImpl
- extends Object
- implements Signer
- Author:
- Geoffrey Shuetrim (geoff@galexy.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5SignerImpl
public MD5SignerImpl()
getSignature
public String getSignature(List<String> lines)
throws XBRLException
- Specified by:
getSignature in interface Signer
- Parameters:
lines - The list of lines in the resource.
- Returns:
- the signature given the resource content.
- Throws:
XBRLException - if the signature cannot be constructed.