pkcs11-list.html revision 7911e6f9de303bca5a3d8b34f4330c8f7cecffae
474N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
474N/A<!--
474N/A - Copyright (C) 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
474N/A -
474N/A - This Source Code Form is subject to the terms of the Mozilla Public
474N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
474N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
474N/A-->
474N/A<html lang="en">
474N/A<head>
474N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
474N/A<title>pkcs11-list</title>
474N/A<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
474N/A</head>
474N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
474N/A<a name="man.pkcs11-list"></a><div class="titlepage"></div>
474N/A
474N/A
474N/A
474N/A
474N/A
474N/A <div class="refnamediv">
825N/A<h2>Name</h2>
474N/A<p>
474N/A <span class="application">pkcs11-list</span>
474N/A &#8212; list PKCS#11 objects
474N/A </p>
474N/A</div>
474N/A
474N/A
825N/A
618N/A <div class="refsynopsisdiv">
474N/A<h2>Synopsis</h2>
474N/A <div class="cmdsynopsis"><p>
844N/A <code class="command">pkcs11-list</code>
844N/A [<code class="option">-P</code>]
474N/A [<code class="option">-m <em class="replaceable"><code>module</code></em></code>]
1258N/A [<code class="option">-s <em class="replaceable"><code>slot</code></em></code>]
474N/A [-i <em class="replaceable"><code>ID</code></em>]
474N/A [-l <em class="replaceable"><code>label</code></em>]
474N/A [<code class="option">-p <em class="replaceable"><code>PIN</code></em></code>]
474N/A </p></div>
474N/A </div>
844N/A
844N/A <div class="refsection">
474N/A<a name="id-1.7"></a><h2>DESCRIPTION</h2>
474N/A
474N/A <p>
474N/A <span class="command"><strong>pkcs11-list</strong></span>
474N/A lists the PKCS#11 objects with <code class="option">ID</code> or
474N/A <code class="option">label</code> or by default all objects.
474N/A The object class, label, and ID are displayed for all
474N/A keys. For private or secret keys, the extractability
474N/A attribute is also displayed, as either <code class="literal">true</code>,
474N/A <code class="literal">false</code>, or <code class="literal">never</code>.
474N/A </p>
474N/A </div>
474N/A
474N/A <div class="refsection">
474N/A<a name="id-1.8"></a><h2>ARGUMENTS</h2>
474N/A
474N/A <div class="variablelist"><dl class="variablelist">
474N/A<dt><span class="term">-P</span></dt>
474N/A<dd>
474N/A <p>
474N/A List only the public objects. (Note that on some PKCS#11
474N/A devices, all objects are private.)
825N/A </p>
825N/A </dd>
825N/A<dt><span class="term">-m <em class="replaceable"><code>module</code></em></span></dt>
474N/A<dd>
474N/A <p>
474N/A Specify the PKCS#11 provider module. This must be the full
474N/A path to a shared library object implementing the PKCS#11 API
474N/A for the device.
474N/A </p>
474N/A </dd>
474N/A<dt><span class="term">-s <em class="replaceable"><code>slot</code></em></span></dt>
474N/A<dd>
474N/A <p>
474N/A Open the session with the given PKCS#11 slot. The default is
474N/A slot 0.
474N/A </p>
474N/A </dd>
474N/A<dt><span class="term">-i <em class="replaceable"><code>ID</code></em></span></dt>
474N/A<dd>
474N/A <p>
474N/A List only key objects with the given object ID.
474N/A </p>
474N/A </dd>
474N/A<dt><span class="term">-l <em class="replaceable"><code>label</code></em></span></dt>
474N/A<dd>
474N/A <p>
474N/A List only key objects with the given label.
474N/A </p>
474N/A </dd>
474N/A<dt><span class="term">-p <em class="replaceable"><code>PIN</code></em></span></dt>
474N/A<dd>
474N/A <p>
474N/A Specify the PIN for the device. If no PIN is provided on the
474N/A command line, <span class="command"><strong>pkcs11-list</strong></span> will prompt for it.
474N/A </p>
474N/A </dd>
474N/A</dl></div>
474N/A </div>
474N/A
474N/A <div class="refsection">
474N/A<a name="id-1.9"></a><h2>SEE ALSO</h2>
474N/A
474N/A <p>
<span class="citerefentry">
<span class="refentrytitle">pkcs11-destroy</span>(8)
</span>,
<span class="citerefentry">
<span class="refentrytitle">pkcs11-keygen</span>(8)
</span>,
<span class="citerefentry">
<span class="refentrytitle">pkcs11-tokens</span>(8)
</span>
</p>
</div>
</div></body>
</html>