1PKCS11-LIST(8) BIND 9 PKCS11-LIST(8)
2
3
4
6 pkcs11-list - list PKCS#11 objects
7
8 pkcs11-list [-P] [-m module] [-s slot] [-i ID ] [-l label] [-p PIN]
9
11 pkcs11-list lists the PKCS#11 objects with ID or label or, by default,
12 all objects. The object class, label, and ID are displayed for all
13 keys. For private or secret keys, the extractability attribute is also
14 displayed, as either true, false, or never.
15
17 -P This option lists only the public objects. (Note that on some
18 PKCS#11 devices, all objects are private.)
19
20 -m module
21 This option specifies the PKCS#11 provider module. This must be
22 the full path to a shared library object implementing the
23 PKCS#11 API for the device.
24
25 -s slot
26 This option opens the session with the given PKCS#11 slot. The
27 default is slot 0.
28
29 -i ID This option lists only key objects with the given object ID.
30
31 -l label
32 This option lists only key objects with the given label.
33
34 -p PIN This option specifies the PIN for the device. If no PIN is pro‐
35 vided on the command line, pkcs11-list prompts for it.
36
38 pkcs11-destroy(8), pkcs11-keygen(8), pkcs11-tokens(8)
39
41 Internet Systems Consortium
42
44 2021, Internet Systems Consortium
45
46
47
48
499.16.16-RH PKCS11-LIST(8)