-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathReadme.txt
More file actions
24 lines (17 loc) · 794 Bytes
/
Readme.txt
File metadata and controls
24 lines (17 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
IAIK PKCS#11 Wrapper for Java, Version 1.3
=============================================
The PKCS#11 API is specified in the ANSI-C programming
language. This library maps the complete PKCS#11 API to
an equivalent Java API in a straight forward style.
This allows to access PKCS#11 modules from Java.
It does not contain a JCA/JCE provider implementation.
This means that the PKCS#11 Wrapper alone is not
compatible with the Java cryptographic APIs like JCA
and JCE.
There is a different product which provides this - the
IAIK PKCS#11 Provider.
The current version of this package is available from
http://jce.iaik.tugraz.at/download/
After the installation has finished use your favorite
browser to view the Readme.html for further information.
Your SIC/IAIK JavaSecurity Team