24.12.2014 Views

Download - Svetlin Nakov

Download - Svetlin Nakov

Download - Svetlin Nakov

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

displayFileInfo(mReceivedFile, mReceivedFileData);<br />

mOut.println("");<br />

// Analyse received certification chain<br />

processReceivedCertificationChain();<br />

// Analyse received digital signature<br />

processReceivedSignature();<br />

// Display signature, verify it and display the verification results<br />

displaySignature(mSignatureBase64Encoded);<br />

verifyReceivedSignature();<br />

mOut.println("");<br />

// Display certificate, verify it and display the results<br />

displayCertificate(mCertificate);<br />

verifyReceivedCertificate();<br />

mOut.println("");<br />

// Display certification chain, verify it and display the results<br />

displayCertificationChain(mCertChain);<br />

verifyReceivedCertificationChain();<br />

} catch (Exception e) {<br />

// Error occurred. Display the exception with its full stack trace<br />

out.println("Error: ");<br />

e.printStackTrace(new PrintWriter(out));<br />

out.println("");<br />

}<br />

}<br />

%><br />

<br />

Go to the start page.<br />

<br />

<br />

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

Saved successfully!

Ooh no, something went wrong!