<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Svetlin Nakov - Discussion Phorum - Nakov Document Signer Framework</title>
        <description>NakovDocumentSigner - Digital Document Signing Framework for Java-based Web Applications</description>
        <link>http://www.nakov.com/phorum/list.php?6</link>
        <lastBuildDate>Tue, 07 Sep 2010 09:43:32 +0300</lastBuildDate>
        <generator>Phorum 5.2.7</generator>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,5810,5810#msg-5810</guid>
            <title>Error &quot;The certification chain is too short&quot; (no replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,5810,5810#msg-5810</link>
            <description><![CDATA[ Hello!<br />
<br />
I am trying to sign a document with a valid key (using PKCS#11) and the SmartCardSignerApplet demo. In the validation page (ShowSignedFileUploadResults) it says that the certification chain is too short and it contains only one certificate (my own). This is not true, as the certification path contains 3 entities (my certificate and two authorities). <br />
Could you help me on this matter and give me a hint why this happens?<br />
<br />
<br />
Thanks!]]></description>
            <dc:creator>crapufish</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 14 Dec 2006 14:06:44 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,5809,5809#msg-5809</guid>
            <title>Electronic signature on-line validator (no replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,5809,5809#msg-5809</link>
            <description><![CDATA[ This web utility is designed for validate electronic signatures in PKCS7 or CMS format (Binary and Base 64). It ONLY validates the mathematical exactness of the signature and performs an inspection showing the internal signature composition. IMPORTANT : For now it doesn't validate attached signatures, neither download CRL to validate the signning certificate status, nor validates the certification authority root certificate (but it allows to download the signing certificates to validate them throw other ways). Feel free using it. <br />
<br />
<br />
[<a rel="nofollow"  href="http://www.signaturevalidator.com">www.signaturevalidator.com</a>]]]></description>
            <dc:creator>mrella</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 07 Dec 2006 19:37:12 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3486,3486#msg-3486</guid>
            <title>How to export key&amp;#180;s to a .p12 file (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3486,3486#msg-3486</link>
            <description><![CDATA[ Hello,<br />
<br />
i&amp;#180;m trying to export the certificate and key&amp;#180;s from a smart card to a .p12 file. it is saving on my filesystem but when i install on my browser, it say me the the file is empty.<br />
<br />
<br />
<br />
public void pin(){<br />
char[] pin = pw.toCharArray();<br />
		try {			<br />
			<br />
			smartCardKeyStore = KeyStore.getInstance(&quot;PKCS12&quot;);<br />
			smartCardKeyStore.load(null,pin);						<br />
			<br />
			<br />
		} catch (Exception e) {<br />
			// TODO Auto-generated catch block		<br />
			e.printStackTrace();<br />
		}<br />
}<br />
<br />
public void save(){<br />
<br />
FileOutputStream outPFX;<br />
		try {<br />
			outPFX = new FileOutputStream(fileKey);<br />
			smartCardKeyStore.store(outPFX ,pw.toCharArray());<br />
			System.out.println(smartCardKeyStore.getProvider());			<br />
			<br />
		} catch (Exception e) {<br />
			// TODO Auto-generated catch block<br />
			e.printStackTrace();<br />
		}<br />
}<br />
<br />
<br />
maybe my provider is not the adequate, but i didn&amp;#180;t find what is to use in this case.<br />
<br />
<br />
does somebody what provider and keystore type should i use?<br />
<br />
thanks,<br />
<br />
Pitako<br />
<br />
<br />
]]></description>
            <dc:creator>pitako</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Sun, 26 Nov 2006 00:19:57 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3485,3485#msg-3485</guid>
            <title>GEMPLUS GPK8000/16000 SMARTCARD: JVM Crashes (no replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3485,3485#msg-3485</link>
            <description><![CDATA[ Hi guys,<br />
<br />
I&amp;#180;ve found the Nakov &quot;tutorial&quot; for using JCA/JCE PKCS#11 implementation for digitally signing document very simple and useful!<br />
<br />
I tried to use it with my GPK8000 smartcard but when i load the gclib.dll (which works pretty well as a firefox pkcs11 module), the jvm crashes and closes the browser (mozilla, ie, opera) i&amp;#180;m using. <br />
<br />
Are there any solution for this? Or any other dlls that i can use?<br />
<br />
Tks,<br />
<br />
<br />
<br />
]]></description>
            <dc:creator>felipebr</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Mon, 13 Nov 2006 22:31:29 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3482,3482#msg-3482</guid>
            <title>Separating Two-Phase Signing Process (2 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3482,3482#msg-3482</link>
            <description><![CDATA[ Hi Nakov,<br />
<br />
I'm currently working on an open source application implementing PKI through web. I have the following scenario: there is the web application where many documents are stored on server-side, in a repository. I would like to provide the signing of such documents in the following way:<br />
<br />
- calculate the content hash value using the MessageDigest class (MD5, SHA1, ...);<br />
- then, the applet receive the message digest and encrypt the &quot;fingerprint&quot; with using some crypto algorithm (DSA, RSA, ...)<br />
- thus, the complete signature is sent back to the server<br />
<br />
However, I face some issues. The Signature class doesn't support to provide the digest separetly. (Is there any method for doing so?) Furthermore, I'm actually generating the hash from server-side and I would like to encrypt it independently. But I'm doubtly: is that way correct?<br />
<br />
The hash function is different from the signature size, right? So, I don't need to generate a SHA1 hash of 512 or 1024 bits, but it's what the RSA signature does right?<br />
<br />
Thanks in advance for your precious help.]]></description>
            <dc:creator>rmarins</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Tue, 01 Aug 2006 20:11:21 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3476,3476#msg-3476</guid>
            <title>need help: constructor is not recognisable (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3476,3476#msg-3476</link>
            <description><![CDATA[ Hi Svetlin,<br />
<br />
Thanks for a great framework! I am currently learning to use and adapt your document signing framework to use with smart card. I am having similar problem with larger file, as mentioned by Cafer here: <br />
[<a rel="nofollow"  href="http://www.nakov.com/phorum/read.php?f=6&amp;i=116&amp;t=116#reply_116">www.nakov.com</a>]<br />
<br />
As I dive closer to your source code, I came over this code segment:<br />
Class: SmartCardSignerApplet<br />
Method: loadKeyStoreFromSmartCard<br />
Constructor pkcs11Constr = sunPkcs11Class.getConstructor(java.io.InputStream.class);<br />
<br />
As it appears in my IDE (Eclipse version 3.0), that constructor is not recognisable. Also in my javadoc API version 1.5.0 does not mention that Constructor object can be constructed that way (it expects an array instead).<br />
<br />
I probably will have more questions, but for now, I am trying to adapt your code into a web based action class (using webwork) instead of applet. I tried to work around the constructor issue by using code such as this:<br />
<br />
Constructor pkcs11Constr = sunPkcs11Class.getConstructor(new Class[]{java.io.InputStream.class});<br />
<br />
The code will compile OK, but when I am running it produce:<br />
<br />
ERROR [http-8080-Processor25] <br />
(DocumentDemoAction.java:163) - Can not read the keystore from the smart card. <br />
Possible reasons: <br />
- The smart card reader in not connected. <br />
- The smart card is not inserted. <br />
- The PKCS#11 implementation library is invalid. - The PIN for the smart card is incorrect.<br />
Problem details: null <br />
<br />
While executing the same data using your applet based solution seems to work just fine (save for only a small data file, as mentioned by Cafer on the other thread).<br />
<br />
I am using jdk1.5.0_06 currently.<br />
<br />
Thanks.]]></description>
            <dc:creator>budse</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Tue, 09 May 2006 10:18:02 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3474,3474#msg-3474</guid>
            <title>CKR_FUNCTION_NOT_SUPPORTED (3 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3474,3474#msg-3474</link>
            <description><![CDATA[ Hi all!<br />
<br />
I need to know what it means:<br />
<br />
I have:<br />
   Signature signatureAlgorithm = Signature.getInstance(&quot;SHA1withRSA&quot;);<br />
   signatureAlgorithm.initSign(aPrivateKey);<br />
   signatureAlgorithm.update(aDocument);<br />
<br />
but it fails with this message:<br />
<br />
java.security.ProviderException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_FUNCTION_NOT_SUPPORTED<br />
<br />
	at sun.security.pkcs11.P11Signature.engineUpdate(P11Signature.java:318)<br />
<br />
	at java.security.Signature$Delegate.engineUpdate(Signature.java:1121)<br />
<br />
	at java.security.Signature.update(Signature.java:688)<br />
<br />
	at java.security.Signature.update(Signature.java:671)<br />
<br />
	at it.ised.example.SmartCardSignerApplet.signDocument(SmartCardSignerApplet.java:410)<br />
<br />
	at it.ised.example.SmartCardSignerApplet.signDocument(SmartCardSignerApplet.java:287)<br />
<br />
	at it.ised.example.SmartCardSignerApplet.signFile(SmartCardSignerApplet.java:209)<br />
<br />
	at it.ised.example.SmartCardSignerApplet.signSelectedFile(SmartCardSignerApplet.java:137)<br />
<br />
	at it.ised.example.SmartCardSignerApplet.main(SmartCardSignerApplet.java:117)<br />
<br />
Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_FUNCTION_NOT_SUPPORTED<br />
<br />
	at sun.security.pkcs11.wrapper.PKCS11.C_SignUpdate(Native Method)<br />
<br />
	at sun.security.pkcs11.P11Signature.engineUpdate(P11Signature.java:312)<br />
<br />
	... 8 more<br />
<br />
  does this depends from my SmartCard?<br />
Thanks in advance.]]></description>
            <dc:creator>veri</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Tue, 09 May 2006 10:10:54 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3468,3468#msg-3468</guid>
            <title>How to sign large files with applet (7 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3468,3468#msg-3468</link>
            <description><![CDATA[ Hi Svetlin,<br />
Thanks for your effort about digital signatures and the information you shared with us. I tested your applet for digital signature, but with large files(600K) it gave problem. Do you know how to resolve this problem?<br />
I tried to implement update metod with smaller buffer sizes repeatedly, but problem still continue.<br />
<br />
Thanks for your response,<br />
<br />
Cafer Jonturk<br />
<br />
]]></description>
            <dc:creator>cafer</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Tue, 09 May 2006 09:57:03 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3463,3463#msg-3463</guid>
            <title>Signing in web app (3 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3463,3463#msg-3463</link>
            <description><![CDATA[ Hi,<br />
<br />
I've read your article Problems with Digital Signing of Documents in Web-based Systems. You are saying that if you invoke applet from javascript, it loses the ability to access the local file system. I've tried this and it worked. There is another thing ... I am developing a web app, which has to sign data. I would like to display the certificates the users has on his computer in his keystore, so he can choose from the list with which he'll sign the data. I've been searching over the net and found some solutions which are separte for IE, Mozilla. I am more interested in solution in mozilla which can work on diffrend OS. It uses JSS library. (http://www.mozilla.org/projects/security/pki/).<br />
<br />
The problem is that, I've just seen the application that uses JSS and there is no useful tutorial how to deal with library. Do you have some experiences with this maybe?<br />
<br />
Thank you.<br />
<br />
Gregor]]></description>
            <dc:creator>gmocnik</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 22 Mar 2006 11:42:13 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3434,3434#msg-3434</guid>
            <title>Verify Digital Signature using .NET/C# (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3434,3434#msg-3434</link>
            <description><![CDATA[ Hello,<br />
<br />
I am using Nakov Document Signer to sign a document. However on the server side we are using .NET environment, so I have to verify digital signature generated by NakovDocumentSigner using .NET environment.  In order to verify signature, I need to convert public key data into modulus/exponent data fro .NET.  I am listing the code how to convert, but I did not undersant why doing this way? could you explain the reason, I did search, did not find general solution or explanation. Thanks a lot.<br />
<br />
			int keyLength = certificate.GetPublicKeyLength();<br />
			byte[] publicKey = certificate.GetPublicKey();<br />
			byte[] ExponentData = new byte[3];   //???<br />
			byte[] ModulusData = new byte[keyLength/8]; //???<br />
			Array.Copy(publicKey, publicKey.Length - ExponentData.Length, ExponentData, 0, ExponentData.Length);   //????<br />
			Array.Copy(publicKey, publicKey.Length - ExponentData.Length - 2 - ModulusData.Length, ModulusData,0, ModulusData.Length); //????<br />
<br />
			// Set public key for verifying signature<br />
			RSAParameters RSAKeyInfo = new RSAParameters();<br />
			RSAKeyInfo.Modulus = ModulusData;<br />
			RSAKeyInfo.Exponent = ExponentData;<br />
 <br />
Grace<br />
<br />
]]></description>
            <dc:creator>mmmeee</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 01 Feb 2006 13:06:50 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3432,3432#msg-3432</guid>
            <title>About your article: A System for Digitally Signing Documents... (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3432,3432#msg-3432</link>
            <description><![CDATA[ Hi, Nakov !<br />
We&amp;#180;re almost there...<br />
maybe I did not express my idea very well. The user knows that a file will be signed, the problem is 'how', like you said below &quot;...Web browser automatically show a dialog for selecting and accessing the certificate&quot; yes , it&amp;#180;s is the idea !!! but how can I sign a file with the private key of the certificate the user had chosen before ??? When I said 'transparent' it&amp;#180;s means : the user choose a certificate (via dialog within web browser) and with this certificate the applet will sign a file ! Is there a way to 'take' which certificate the user had chosen in previous browser&amp;#180;s dialog box?<br />
<br />
thanks !<br />
<br />
<br />
Miguel <br />
___________________________________________________<br />
IBM Certified Solution Developer - WebSphere Portal V5.1<br />
<br />
<br />
You can not sign anything without selecting the private key. When you initiate some kind of signing, the Web browser automatically show a dialog for selecting and accessing the certificate. This is part of the infrastructure and for security reasons can not be skipped. Nobody can sing without the knowledge of the user. This is normal! Otherwise it would be possible for malicious software to sign documents without the knowledge of the user.<br />
<br />
 <br />
<br />
Please use my forum at [<a rel="nofollow"  href="http://www.nakov.com/phorum/">www.nakov.com</a>] for further questions.<br />
<br />
 <br />
<br />
Regards,<br />
<br />
Nakov<br />
<br />
 <br />
<br />
<br />
--------------------------------------------------------------------------------<br />
<br />
From: Miguel [mailto:migvs@uol.com.br] <br />
Sent: Saturday, December 03, 2005 4:44 PM<br />
To: <a rel="nofollow"  href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#115;&#118;&#101;&#116;&#108;&#105;&#110;&#64;&#110;&#97;&#107;&#111;&#118;&#46;&#99;&#111;&#109;">&#115;&#118;&#101;&#116;&#108;&#105;&#110;&#64;&#110;&#97;&#107;&#111;&#118;&#46;&#99;&#111;&#109;</a><br />
Subject: About your article: A System for Digitally Signing Documents...<br />
Importance: High<br />
<br />
 <br />
<br />
Hi Svetlin !<br />
<br />
I&amp;#180;m a J2EE developer and I read your article about  &quot;A System for Digitally Signing Documents in Web Applications&quot; and at this moment we&amp;#180;re developing a web application very close as describe in your article, but it&amp;#180;s a little bit different. The idea is the same: signing a document via web browser interface. We have a WebSphere Application Server 5.0.2.6 and we configure it to use &quot;Client authethication&quot; over https. So when the user acess the web application, the browser will show a list of 'personal certificates' to choose (of course, a list of trust certificates that the server accept), and after the user has choose the web application is showed. In the web.xml of the application we have a tag like this : &lt;login-config&gt;&lt;auth-method&gt;CLIENT-CERT&lt;/auth-method&gt;&lt;/login-config&gt;.<br />
<br />
Now, how can I 'know' wich the certificate the user has choose ? we have a applet too, but it&amp;#180;s hidden, the only purpose it&amp;#180;s that the applet 'read' the html fields and signing this informations based on certificate that the user has choose, no dialog box will appears, we would not like the user can choose the file that contains his private key, this process must be 'transparent'.<br />
<br />
 <br />
<br />
can you please, help me ?<br />
<br />
 <br />
<br />
sorry about my english, I&amp;#180;m from Brazil and if I did not be clear enough, please tell me.<br />
<br />
 <br />
<br />
thanks a lot<br />
<br />
 <br />
<br />
Miguel <br />
<br />
______________________________________________________<br />
<br />
IBM Certified Solution Developer - WebSphere Portal V5.1]]></description>
            <dc:creator>Miguel</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 28 Dec 2005 12:22:40 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3425,3425#msg-3425</guid>
            <title>DocumentSignerApplet on Mac OS X (5 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3425,3425#msg-3425</link>
            <description><![CDATA[ Hi Nakov,<br />
   I tried on and on to sign a document on a Mac OS X 10.4 without any success. First of all I have to tell you that I'm a sort of beginner about Java in Mac OS. <br />
On my client Mac OS I tried to invoke your web application DocumentSigningDemoWebApp installed on my server; when I had to choose a pkcs11 library, I selected a pkcs11 library compiled for Mac OS but I received the error dialog &quot;Problem details: Can initialize Sun PKCS#11 security provider. Reason: no j2pkcs11 in java.library.path&quot;.<br />
I noticed in fact that under JavaVMFramework there isn't the sunpkcs11 JAR and I forced it into the appropriate folder, but obviously many other native libraries are missing. <br />
Do you have any advice on how to solve this problem?<br />
<br />
Thanks in advance for your help, bye<br />
<br />
Pier Paolo<br />
<br />
]]></description>
            <dc:creator>Pier Paolo Bortone</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 23 Nov 2005 00:10:19 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3421,3421#msg-3421</guid>
            <title>file signed before or after upload (3 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3421,3421#msg-3421</link>
            <description><![CDATA[ Hi Nakov,<br />
<br />
the file is signed before or after uploading to the Web server ?<br />
I have changed the action of form leaving to work the applet, on form i have choose file to upload and sign  (readme.txt) and the applet  show the extracted certification chain and the calculated signature correctly, on submit from file action<br />
i have uploaded the file readme.txt on server, changed the extension <br />
to .p7m,  download the file on client for verify. But a software dedicated to signing answers that the file is not a file signed digitally.<br />
<br />
thanks]]></description>
            <dc:creator>CHRISTOPHER</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 26 Oct 2005 11:40:51 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3418,3418#msg-3418</guid>
            <title>SmartCardSignerApplet: Card locked after first sign. (5 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3418,3418#msg-3418</link>
            <description><![CDATA[ Hi Svetlin,<br />
your works are very useful for me. Thanks.<br />
 <br />
I'm using your applet to test several PKCS11 driver for different Smart Card.<br />
I have only one problem: after performed the first sign I must close browser to perform other sign otherwise I can't sign in same browser session.<br />
<br />
Could you give me some guide line to solve my problem.<br />
<br />
Thanks in advance.<br />
<br />
Pier Paolo.<br />
<br />
]]></description>
            <dc:creator>Pier Paolo Bortone</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 28 Dec 2005 12:37:16 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3415,3415#msg-3415</guid>
            <title>Document Signer (2 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3415,3415#msg-3415</link>
            <description><![CDATA[ Hi Nakov,<br />
I'm developping an web application in zope.<br />
I have a form that prepare a file openoffice and send this  to the browser.<br />
In that way this file can be signed with smartcard and upload/save into server ?<br />
Thanks]]></description>
            <dc:creator>salvatore</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Fri, 21 Oct 2005 10:15:05 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3412,3412#msg-3412</guid>
            <title>Digitally sign a word file (2 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3412,3412#msg-3412</link>
            <description><![CDATA[ Hi.<br />
<br />
Really great project and many thanks because you helped me a lot. I just want you to ask what kind of files is posibble to sign with this applet. Is there any restriction and if it is posibble to sign a word document with this applet and if you have some advice how to do it if not?<br />
Thanks<br />
Eli]]></description>
            <dc:creator>Eli</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Mon, 05 Sep 2005 09:25:29 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3408,3408#msg-3408</guid>
            <title>jaws.jar (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3408,3408#msg-3408</link>
            <description><![CDATA[ Zdravej,<br />
Otnosno build-script.bat<br />
Vyv versiq 1.4 tozi jar, kojto ni trqbva se kazva plugin.jar<br />
Moje bi e dobra ideq da go podavash kato parametyr na build file ili neshto podobno.]]></description>
            <dc:creator>Alexander</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 05 May 2005 21:13:38 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3405,3405#msg-3405</guid>
            <title>java.Security.AccessControlException (2 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3405,3405#msg-3405</link>
            <description><![CDATA[ hi Nakov,<br />
<br />
 i'm encounter this problem when trying to run the sample program.<br />
There's this error with the message :<br />
<br />
java.lang.Exception : java.security.AccessControlException :<br />
access denied (java,uril.PropertyPermission user.home.read)<br />
<br />
There are also cases when the entire browser close by itself when i launch the sample hltml file.<br />
<br />
However i am able to access the example that was online<br />
<br />
p.s my jdk is 1.4.2 and my browser is IE 6.0, sp2<br />
<br />
Please advise.<br />
<br />
Have a nice day.<br />
<br />
Regards<br />
Andy Wang]]></description>
            <dc:creator>andy</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Wed, 13 Apr 2005 04:21:48 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3403,3403#msg-3403</guid>
            <title>keystore and Certificate Arbitrator Module (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3403,3403#msg-3403</link>
            <description><![CDATA[ Hi, Your applet answers a lot of questions for me. Thanks very much.. Two questions if you have a chance...<br />
<br />
1. When managing certificated in IE, IE  displays them in a dialog..even when there are no PFX's on the hard drive. How can I access the same area that IE does with JAVA.<br />
<br />
2. We are trying to validate Certificates Thru something called the Certificate Arbitrator Module (CAM) which sends the certificate to a CA for validation. The CAM only wants a DER X.509 certificate. Not a Base64 DER...can I save it as a NON-Base 64 DER X.509?<br />
<br />
thanks<br />
jimmy]]></description>
            <dc:creator>jimmy lambert</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Tue, 30 Aug 2005 15:40:06 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3399,3399#msg-3399</guid>
            <title>Sign HTML forms (2 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3399,3399#msg-3399</link>
            <description><![CDATA[ Hi Nakov,<br />
<br />
I'm developping an web application in Java, and i have I a lot of forms with a lot os fields. My question is, how i process to sign this ? All samples that I read is sign a file, my problem is how to sign a form with data.<br />
<br />
Thanks for any help,<br />
<br />
<br />
Waldir]]></description>
            <dc:creator>Waldir Borba Junior</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Fri, 28 Jan 2005 16:52:16 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3397,3397#msg-3397</guid>
            <title>Document and signature (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3397,3397#msg-3397</link>
            <description><![CDATA[ Dear Nakov,<br />
<br />
thanks for your signing application. It helped me a lot.<br />
<br />
What I want to know is when I sign the file, the content of the file goes with the signature or not? If yes, is there a way I can separate it from the signature?<br />
<br />
Thanks again,<br />
  Bruno]]></description>
            <dc:creator>Bruno</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 06 Jan 2005 09:42:51 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3395,3395#msg-3395</guid>
            <title>PkiPath and PHP/OpenSSL (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3395,3395#msg-3395</link>
            <description><![CDATA[ Hi there !<br />
<br />
I would like to implement a script in PHP in order to read the certificate chain and signature the Nakov Document Signer applet returns.<br />
My first idea was to use the openssl functions (eg : openssl_x509_read() ) but I have some difficulties with the DER formatted chain stored with PkiPath encoding.<br />
Do you know if it's supported by openssl ?<br />
Is it a way to convert this chain into something supported by openssl ?<br />
<br />
Thanks a lot !<br />
<br />
Mat'.]]></description>
            <dc:creator>Mat</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 30 Dec 2004 23:25:21 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3391,3391#msg-3391</guid>
            <title>How to crypt &amp; sign a document before posting it ? (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3391,3391#msg-3391</link>
            <description><![CDATA[ Hi Svetlin,<br />
<br />
first of all, thanks for your work and very interesting applet !<br />
I would like to adapt your applet in order to crypt and sign the document before sending it to the server.<br />
Unfortunately, I haven't advanced skills in Java2, and maybe you'll have some suggestions on how to do that.<br />
What I would like to do is :<br />
<br />
- user selects the file on local computer<br />
- applet crypts the file with a public key (retrieved from the server)<br />
- applet signs the crypted file with user's private key<br />
<br />
Some ideas on how to do this ? My main concern is to have something perfectly portable and running on all platforms.<br />
<br />
Thanks a lot in advance !<br />
<br />
-<br />
<br />
]]></description>
            <dc:creator>Axel</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Mon, 20 Dec 2004 15:43:59 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3389,3389#msg-3389</guid>
            <title>XML signature (3 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3389,3389#msg-3389</link>
            <description><![CDATA[ I am trying to change Nakov Document Signer to use xml signature. But I am having problems instantiating the XMLSignatureFactory.<br />
When I use <br />
<br />
XMLSignatureFactory fac = XMLSignatureFactory.getInstance(&quot;DOM&quot;);<br />
<br />
I get the error below. Please help me.<br />
<br />
<br />
Partial stack trace of error:<br />
<br />
javax.xml.crypto.NoSuchMechanismException: Cannot find DOM mechanism type<br />
<br />
    at javax.xml.crypto.dsig.XMLSignatureFactory.findInstance(XMLSignatureFactory.java:190)<br />
<br />
    at javax.xml.crypto.dsig.XMLSignatureFactory.getInstance(XMLSignatureFactory.java:171)<br />
...]]></description>
            <dc:creator>Rune Friis-Jensen</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Sat, 02 Jul 2005 16:51:16 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3387,3387#msg-3387</guid>
            <title>Signing using a smart card via Applet! (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3387,3387#msg-3387</link>
            <description><![CDATA[ I have a smart card which supports JCA/JCE,32 Kb capasity and digital signature private key in it.<br />
Using applet, i would like to access to that smart card and use java crypto functions of it to sign some form fields in that web site using private key,which is stored in that card. <br />
And afterwards, upload the signed value to the server side for storing to a database.(verifying later)<br />
Before i didn't work with smart cards, could you describe me what i can?<br />
regards<br />
<br />
]]></description>
            <dc:creator>Hasan</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Mon, 08 Nov 2004 12:10:58 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3385,3385#msg-3385</guid>
            <title>Accessing e-Token (3 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3385,3385#msg-3385</link>
            <description><![CDATA[ <br />
<br />
Hello, I want to use certificates stored in a Aladdin e-Token keystore. <br />
Do you now is it possible to do?]]></description>
            <dc:creator>fabiano</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 23 Dec 2004 00:52:32 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3383,3383#msg-3383</guid>
            <title>PDF signing (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3383,3383#msg-3383</link>
            <description><![CDATA[ Do you know some JAVA solution for digitaly sign a PDF file.<br />
<br />
Marko Dudi&amp;#263;<br />
<br />
]]></description>
            <dc:creator>marko dudic</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Fri, 24 Sep 2004 15:03:54 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3381,3381#msg-3381</guid>
            <title>Reproduce ShowSignedFileUploadResults.jsp in .NET (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3381,3381#msg-3381</link>
            <description><![CDATA[ I am attempting to reproduce your ShowSignedFileUploadResults.jsp in C#.  I am having trouble finding a method to read the certificate chain (I cannot find an equivalent to the Java CertificateFactory method in C#).  If an equivalent does not exist, could you point me in the direction of some information that would help me de-construct the certificate chain?<br />
<br />
Thanks,<br />
Richard]]></description>
            <dc:creator>rgaren</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Mon, 23 Aug 2004 18:50:48 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3379,3379#msg-3379</guid>
            <title>use Explorer and Netscape keystore (1 reply)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3379,3379#msg-3379</link>
            <description><![CDATA[ Hello, I try your framework and I find it very interesting. <br />
But I want to use certificates stored in the Explorer and Netscape keystore. <br />
Do you now have is it possible to do?<br />
<br />
tanx, marko]]></description>
            <dc:creator>marko dudi&amp;amp;#263;</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Fri, 13 Aug 2004 15:04:02 +0300</pubDate>
        </item>
        <item>
            <guid>http://www.nakov.com/phorum/read.php?6,3376,3376#msg-3376</guid>
            <title>Launch Exe To Sign (2 replies)</title>
            <link>http://www.nakov.com/phorum/read.php?6,3376,3376#msg-3376</link>
            <description><![CDATA[ Is there advisable to launch an exe from web browser to sign the Digital Signature i.e: iSign ??<br />
<br />
]]></description>
            <dc:creator>Alex</dc:creator>
            <category>Nakov Document Signer Framework</category>
            <pubDate>Thu, 22 Jul 2004 15:04:01 +0300</pubDate>
        </item>
    </channel>
</rss>
