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:
Signer

public class MD5SignerImpl
extends Object
implements Signer

Author:
Geoffrey Shuetrim (geoff@galexy.net)

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

Constructor Detail

MD5SignerImpl

public MD5SignerImpl()
Method Detail

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.

SourceForge Logo