1PKCS11-LIST(8) BIND9 PKCS11-LIST(8)
2
3
4
6 pkcs11-list - list PKCS#11 objects
7
9 pkcs11-list [-P] [-m module] [-s slot] [-i ID] [-l label] [-p PIN]
10
12 pkcs11-list lists the PKCS#11 objects with ID or label or by default
13 all objects. The object class, label, and ID are displayed for all
14 keys. For private or secret keys, the extractability attribute is also
15 displayed, as either true, false, or never.
16
18 -P
19 List only the public objects. (Note that on some PKCS#11 devices,
20 all objects are private.)
21
22 -m module
23 Specify the PKCS#11 provider module. This must be the full path to
24 a shared library object implementing the PKCS#11 API for the
25 device.
26
27 -s slot
28 Open the session with the given PKCS#11 slot. The default is slot
29 0.
30
31 -i ID
32 List only key objects with the given object ID.
33
34 -l label
35 List only key objects with the given label.
36
37 -p PIN
38 Specify the PIN for the device. If no PIN is provided on the
39 command line, pkcs11-list will prompt for it.
40
42 pkcs11-destroy(8), pkcs11-keygen(8), pkcs11-tokens(8)
43
45 Internet Systems Consortium, Inc.
46
48 Copyright © 2009, 2014-2016, 2018, 2019 Internet Systems Consortium,
49 Inc. ("ISC")
50
51
52
53ISC 2009-10-05 PKCS11-LIST(8)