A B C D E F G H I J K L M N O P Q R S T U V W X Y 

D

DATA - Static variable in class it.trento.comune.j4sign.examples.CMSServlet
Deprecated.
DATA is the sample data contet to be signed; it's a text shortly explaining what is going to happen.
DATA_LOADED - Static variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
dataArea - Variable in class it.trento.comune.j4sign.examples.GUITest
 
dataArea - Variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
dataContentType - Variable in class it.trento.comune.j4sign.cms.utils.CMSBuilder
 
dataFileName - Variable in class it.trento.comune.j4sign.cms.utils.CMSBuilder
 
dataHash - Variable in class it.trento.comune.j4sign.cms.utils.CMSBuilder
 
dataPath - Variable in class it.trento.comune.j4sign.cms.utils.CMSBuilder
 
dataStream - Variable in class it.trento.comune.j4sign.examples.DigestSignTask
 
dataStream - Variable in class it.trento.comune.j4sign.examples.FindCertTask
 
day - Variable in class iaik.pkcs.pkcs11.wrapper.CK_DATE
PKCS#11: CK_CHAR day[2]; - the day ("01" - "31")
debug - Variable in class it.trento.comune.j4sign.cms.utils.CMSVerifier
 
debug - Variable in class it.trento.comune.j4sign.examples.GUITest
 
debug - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
debug - Variable in class it.trento.comune.j4sign.verification.CertificationAuthorities
 
debug - Variable in class it.trento.comune.j4sign.verification.X509CertRL
 
decode(String) - Method in class it.trento.comune.j4sign.examples.GUITest
Decodes a base64 String in a normal Unicode string.
decode(String) - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
Base64 String to String decoding function.
decodeError(int) - Static method in class it.trento.comune.j4sign.pkcs11.PKCS11Signer
Error decoding function.
decodeHex(char[]) - Static method in class it.trento.comune.j4sign.examples.CLITest
 
decodeToBytes(String) - Method in class it.trento.comune.j4sign.examples.GUITest
Converts a base64 String in a byte array.
decodeToBytes(String) - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
Base64 String to byte[] decoding function.
DEFAULT_BASE_HTTP_URL - Static variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
DefaultCMSSignatureAlgorithmNameGenerator - Class in it.trento.comune.j4sign.verification.utils
 
DefaultCMSSignatureAlgorithmNameGenerator() - Constructor for class it.trento.comune.j4sign.verification.utils.DefaultCMSSignatureAlgorithmNameGenerator
 
DefaultCMSSignatureAlgorithmNameGenerator.EACObjectIdentifiers - Interface in it.trento.comune.j4sign.verification.utils
 
deriveStoreKey(byte[], byte[]) - Method in class it.trento.comune.j4sign.examples.CMSServlet
Deprecated.
Converts the provided certBytes in a java.security.cert.X509Certificate, gets from it the signer public key, and uses it to decrypt sigBytes.
destroy() - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
Cleans up whatever resources are being held.
destroy() - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
Cleans up whatever resources are being held.
DestroyMutex - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
PKCS#11: CK_DESTROYMUTEX DestroyMutex;
detectCardAndCriptoki() - Method in class it.trento.comune.j4sign.examples.CLITest
This triggers the PCSC wrapper stuff; a PCSCHelperclass is used to detect reader and token presence, trying also to provide a candidate PKCS#11 cryptoki for it.
detectCardAndCriptoki() - Method in class it.trento.comune.j4sign.examples.FindCertTask
 
detectCardAndCriptoki() - Method in class it.trento.comune.j4sign.examples.GUITest
This triggers the PCSC wrapper stuff; a PCSCHelperclass is used to detect reader and token presence, trying also to provide a candidate PKCS#11 cryptoki for it.
detectCardAndCriptoki() - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
This triggers the PCSC wrapper stuff; a PCSCHelper class is used to detect reader and token presence, trying also to provide a candidate PKCS#11 cryptoki for it; detection is bypassed if an applet parameter forcing cryptoki selection is provided.
detectCardAndCriptoki() - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
This triggers the PCSC wrapper stuff; a PCSCHelper class is used to detect reader and token presence, trying also to provide a candidate PKCS#11 cryptoki for it; detection is bypassed if an applet parameter forcing cryptoki selection is provided.
dig - Variable in class it.trento.comune.j4sign.cms.ExternalSignatureSignerInfoGenerator.DigOutputStream
 
digest - Variable in class it.trento.comune.j4sign.examples.DigestSignTask
 
digest - Variable in class it.trento.comune.j4sign.examples.FindCertTask
 
DIGEST_MD5 - Static variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
DIGEST_SHA1 - Static variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
DIGEST_SHA256 - Static variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
digestAlg - Variable in class it.trento.comune.j4sign.examples.CLITest
 
digestAlg - Variable in class it.trento.comune.j4sign.examples.GUITest
 
digestAlg - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
digestAlgorithm - Variable in class it.trento.comune.j4sign.cms.utils.CMSBuilder
 
digestAlgs - Variable in class it.trento.comune.j4sign.verification.utils.DefaultCMSSignatureAlgorithmNameGenerator
 
digestInfo - Variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
digestMechanisms_ - Static variable in class iaik.pkcs.pkcs11.wrapper.Functions
This table contains the mechanisms that are digest mechanisms.
digestOID - Variable in class it.trento.comune.j4sign.cms.ExternalSignatureSignerInfoGenerator
Digesting algorithm OID.
digestPath - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
DigestSignTask - Class in it.trento.comune.j4sign.examples
Uses a SwingWorker to perform signing task.
DigestSignTask(String, String, PrintStream) - Constructor for class it.trento.comune.j4sign.examples.DigestSignTask
 
DigestSignTask.DigestSigner - Class in it.trento.comune.j4sign.examples
The actual long running task.
DigestSignTask.DigestSigner() - Constructor for class it.trento.comune.j4sign.examples.DigestSignTask.DigestSigner
 
DIRECTORYNAME - Static variable in class it.trento.comune.j4sign.verification.utils.CertUtils.QCStatements
 
disconnect() - Method in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
Disconnects the PKCS#11 library from this object.
displayDataToSign() - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
Shows on the text area of the applet the message content and the current authenticated attributes dump (that includes the timestamp that will be signed).
dn - Variable in class it.trento.comune.j4sign.verification.utils.DnWrapper
 
DNS - Static variable in class it.trento.comune.j4sign.verification.utils.CertUtils.QCStatements
 
DnWrapper - Class in it.trento.comune.j4sign.verification.utils
 
DnWrapper(String) - Constructor for class it.trento.comune.j4sign.verification.utils.DnWrapper
 
doDigest(CMSProcessable, String) - Method in class it.trento.comune.j4sign.cms.ExternalSignatureSignerInfoGenerator
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class it.trento.comune.j4sign.cms.utils.SignedStreamerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class it.trento.comune.j4sign.examples.CMSServlet
Deprecated.
Implementation of the GET method; returns informations to the client and stores SignerInfoGenerator-related informations; see CMSServlet for details.
doMasking - Variable in class it.trento.comune.j4sign.examples.PasswordMasker.StreamMasker
 
done() - Method in class it.trento.comune.j4sign.examples.DigestSignTask
Called from ProgressBarDemo to find out if the task has completed.
done() - Method in class it.trento.comune.j4sign.examples.FindCertTask
Called from ProgressBarDemo to find out if the task has completed.
done - Variable in class it.trento.comune.j4sign.verification.Verifier
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class it.trento.comune.j4sign.examples.CMSServlet
Deprecated.
Implementation of the POST method; builds the CMS message; see CMSServlet for details.
download(X509Certificate) - Method in class it.trento.comune.j4sign.verification.X509CertRL
Downloads CRL of the given certificate

Scarica la CRL relativa al certificato in oggetto
download(String, Principal) - Method in class it.trento.comune.j4sign.verification.X509CertRL
Downloads CRL issued by given CA from specified URL

Scarica la CRL dall'URL specificato ed emessa dalla CA specificata
dsaOrigCert - Variable in class it.trento.comune.j4sign.examples.CLITest
 
dsaOrigKP - Variable in class it.trento.comune.j4sign.examples.CLITest
 
dsaSignCert - Variable in class it.trento.comune.j4sign.examples.CLITest
 
dsaSignKP - Variable in class it.trento.comune.j4sign.examples.CLITest
 
dsTask - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y