Svetlin Nakov
6 articles
Java
Java Applet for Signing with a Smart Card
You can a sign documents using a smart card through a user's web browser using a Java applet. Throughout this article, you will discover...
Web-based Java
NakovDocumentSigner: A System for Digitally Signing Documents in Web Applications
NakovDocumentSigner is an example of putting the pieces of the puzzle together. NakovDocumentSigner is a freeware, open-source framework for digitally signing documents in Java-based...
Web-based Java
Problems with Digital Signing of Documents in Web-based Systems
Let's imagine we are developing an information system with Web-based user interface, which is accessible through the Internet. Users of this system must be...
Enterprise Java
Using Digital Signatures and Certificates in Java
Java Cryptography Architecture
For the purposes of digital signing of documents, verification of digital signatures, and handling digital certificates in the Java platform, the Java...
Enterprise Java
How Digital Signatures Work: Digitally Signing Messages
This article is part two in a series of articles on digital document signing in Java-based web applications. View part one in this series...
Enterprise Java
Digital Document Signing in Java-Based Web Applications
This series of articles makes the reader familiar with the problems related to digitally signing documents in Java-based Web applications and suggests specific approaches...