29.07.2013 Views

Master of Science thesis Fighting Spam

Master of Science thesis Fighting Spam

Master of Science thesis Fighting Spam

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

public static void main(String[] args)<br />

{<br />

try<br />

{<br />

Debugger.setApplicationName("VerificationServer");<br />

new VerificationServer();<br />

}<br />

catch(FileNotFoundException ex)<br />

{<br />

Debugger.debug(VerificationServer.class, 1, "Initializationexception...file<br />

not found ",<br />

ex);<br />

}<br />

catch(Exception ex)<br />

{<br />

Debugger.debug(VerificationServer.class, 1, "Initializationexception...",<br />

ex);<br />

}<br />

}<br />

public synchronized StatusPacket VerificationRequest(VerificationPacket pack)<br />

{<br />

long time = System.currentTimeMillis();<br />

Debugger.debug(getClass(), 1, "Verifying coin(s)...");<br />

try<br />

{<br />

pack.coin.decryptTransactionlist(this.privateKey);<br />

//MaxUsages exceeded...?<br />

if(pack.coin.getMaxNumberOfUsages()

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!