| Class | Description | 
|---|---|
| CertTest | 
 A class for testing KeyUsage extension of X509 certificates. 
 | 
| CLITest | 
 
 A command line interface program for testing the generation of a CMS signed
 message, using a pkcs11 token (usually a SmartCard). 
 | 
| CMSServlet | Deprecated
 This is old code not more maintained; see the  
SigneServlet 
 inside the firma-digitale web application for replacement. | 
| DigestSignTask | 
 Uses a SwingWorker to perform signing task. 
 | 
| FindCertTask | 
 Uses a SwingWorker to perform signing task. 
 | 
| GUITest | 
 A graphical user interface program for testing the generation of a CMS signed
 message, using a pkcs11 token (usually a SmartCard). 
 | 
| JTextAreaOutputStream | 
 Inserire qui la descrizione del tipo. 
 | 
| PasswordMasker | 
 Class for securely read characters from the console without showing it. 
 | 
| PasswordMasker.StreamMasker | 
 Masks an InputStream by overwriting blank characters to the PrintStream
 corresponding to its output. 
 | 
| PKCS11SignApplet | 
 
 This is an implementation of a full-featured signing applet in a web
 environment. 
 | 
| SimpleSignApplet | Deprecated
 This is old code not more maintained; see  
PKCS11SignApplet for
 replacement. | 
| SwingWorker | 
 This is the 3rd version of SwingWorker (also known as
 SwingWorker 3), an abstract class that you subclass to
 perform GUI-related work in a dedicated thread. 
 | 
| SwingWorker.ThreadVar | 
 Class to maintain reference to current worker thread
 under separate synchronization control. 
 | 
| TsdTest | 
 A command line interface sample program for parsing a TimeStampedData
 (RFC5544) file. 
 | 
CLITest class you find a complete demonstration of the 
Smart card signature - CMS encapsulation - CMS verification process in a command line application.
This can be easily transformed in a Swing GUI standalone application.
PKCS11SignApplet is a signature applet to be used in coordination with the server-side component  
CMSBuilder which takes care of CMS envelope build and verification, see firma-digitale
web application for a working example.