blob: fdd6fad08c5c8b7c55fc5d551a940e89762e21a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>
<chapter xml:id="pkcs11-links">
<title>About PKCS\#11</title>
<anchor id="CK-NOTIFY:CAPS"/>
<anchor id="CK-SLOT-ID:CAPS"/>
<anchor id="CK-FUNCTION-LIST-PTR:CAPS"/>
<anchor id="CK-RV:CAPS"/>
<anchor id="CK-SESSION-HANDLE:CAPS"/>
<anchor id="CK-OBJECT-HANDLE:CAPS"/>
<anchor id="CK-OBJECT-HANDLE-PTR:CAPS"/>
<anchor id="CK-ULONG:CAPS"/>
<anchor id="CK-BBOOL:CAPS"/>
<para>PKCS\#11 is an API for storing and using crypto objects, and performing
crypto operations on them.</para>
<para>It is specified at the
<ulink href="http://www.rsa.com/rsalabs/node.asp?id=2133">RSA website</ulink>
and a <ulink href="http://www.cryptsoft.com/pkcs11doc/">handy reference</ulink> is also
available.</para>
</chapter>
|