<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум Рутокен &mdash; JavaSamples]]></title>
	<link rel="self" href="https://forum.rutoken.ru/feed/atom/topic/2254/" />
	<updated>2016-02-03T12:25:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.rutoken.ru/topic/2254/</id>
		<entry>
			<title type="html"><![CDATA[Re: JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/9292/#p9292" />
			<content type="html"><![CDATA[<p>Заменил библиотеку, установленную драйверами на ту, что идет в комплекте SDK. Заработало.<br />Спасибо</p><p><em>(И драйвера и СДК скачивал с сайта на прошлой неделе. Последние версии)</em></p>]]></content>
			<author>
				<name><![CDATA[nizzre]]></name>
				<uri>https://forum.rutoken.ru/user/10008/</uri>
			</author>
			<updated>2016-02-03T12:25:54Z</updated>
			<id>https://forum.rutoken.ru/post/9292/#p9292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/9290/#p9290" />
			<content type="html"><![CDATA[<p>Возьмите библиотеку из нового sdk например или тут которая идет с драйверами рутокен - папку testing мы ликвидировали.<br />Теперь подойдут любые библиотеки.</p>]]></content>
			<author>
				<name><![CDATA[Кирилл Мещеряков]]></name>
				<uri>https://forum.rutoken.ru/user/6786/</uri>
			</author>
			<updated>2016-02-02T14:45:38Z</updated>
			<id>https://forum.rutoken.ru/post/9290/#p9290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/9289/#p9289" />
			<content type="html"><![CDATA[<p>Rutoken ECP</p>]]></content>
			<author>
				<name><![CDATA[nizzre]]></name>
				<uri>https://forum.rutoken.ru/user/10008/</uri>
			</author>
			<updated>2016-02-02T14:42:36Z</updated>
			<id>https://forum.rutoken.ru/post/9289/#p9289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/9288/#p9288" />
			<content type="html"><![CDATA[<p>Добрый день.<br />Какая модель Рутокен у вас?</p>]]></content>
			<author>
				<name><![CDATA[Кирилл Мещеряков]]></name>
				<uri>https://forum.rutoken.ru/user/6786/</uri>
			</author>
			<updated>2016-02-02T14:23:41Z</updated>
			<id>https://forum.rutoken.ru/post/9288/#p9288</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/9287/#p9287" />
			<content type="html"><![CDATA[<p>День добрый.<br />Стабильно получаю ту же ошибку при запуске примера для C (проект CreateCSR_PKCS10.MSVC.10.0.vcxproj).</p><p>Подскажите, пожалуйста, где искать папку testing?</p><p>На всякий случай вот вывод от программы:<br /></p><div class="codebox"><pre><code>Initialization module...
 Loading library rtPKCS11ECP.dll -&gt; OK
 Getting GetFunctionList function -&gt; OK
 Getting GetFunctionListExtended function -&gt; OK
 Getting function list -&gt; OK
 Getting extended function list -&gt; OK
 Initializing library -&gt; OK
 Getting number of connected slots -&gt; OK
 Getting list of connected slots -&gt; OK
 Slots available: 0x00000001
 Opening Session -&gt; OK
 Logging in -&gt; OK
Initialization has been completed successfully.

Generating key pair -&gt; OK
Creating certificate request -&gt; Failed

Finalizing...
 Logging out -&gt; OK
 C_CloseAllSession -&gt; OK
 Finalizing library -&gt; OK
 Unloading -&gt; OK
Unloading has been completed successfully.

Some error occurred. Error code: 0x00000054. Press Enter to exit.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[nizzre]]></name>
				<uri>https://forum.rutoken.ru/user/10008/</uri>
			</author>
			<updated>2016-02-02T14:09:38Z</updated>
			<id>https://forum.rutoken.ru/post/9287/#p9287</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/8289/#p8289" />
			<content type="html"><![CDATA[<p>Добрый день.<br />для использования функции C_EX_CreateCSR воспользуйтесь библиотекой из папки testing<br />Тогда все получится</p>]]></content>
			<author>
				<name><![CDATA[Кирилл Мещеряков]]></name>
				<uri>https://forum.rutoken.ru/user/6786/</uri>
			</author>
			<updated>2015-04-29T07:31:02Z</updated>
			<id>https://forum.rutoken.ru/post/8289/#p8289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[JavaSamples]]></title>
			<link rel="alternate" href="https://forum.rutoken.ru/post/8288/#p8288" />
			<content type="html"><![CDATA[<p>Скачал сдк с сайта.<br />Пытаюсь запустить примеры на Java.<br />Запускаю класс PKIExtensions, в логах:</p><p>Example of rtPKCS11ECP.dll PKI extensions usage via sun.security.pkcs11.wrapper<br />Library initialization and getting of function list<br />Getting list of slots with connected tokens<br />Opening of session<br />Logging in as user<br />Creating public key<br />Creating private key<br />Creating certificate request<br />C_EX_CreateCSR failed, error code54<br />Some error occurred.<br />Process finished with exit code 0</p><p>То есть падает на создании запроса на сертификат, как исправить, что может быть не так?<br />Windows 8.1, jdk1.8.0_25, 64-bit</p><p>В исходниках примера ничего не менял, где-то можно посмотреть расшифровку кодов ошибок (error code54)?</p>]]></content>
			<author>
				<name><![CDATA[adegtiarev]]></name>
				<uri>https://forum.rutoken.ru/user/9760/</uri>
			</author>
			<updated>2015-04-28T20:00:13Z</updated>
			<id>https://forum.rutoken.ru/post/8288/#p8288</id>
		</entry>
</feed>
