File: dnie-tool.xml

package info (click to toggle)
opensc 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,432 kB
  • ctags: 10,387
  • sloc: ansic: 122,607; xml: 3,256; sh: 1,019; makefile: 530; lex: 92
file content (98 lines) | stat: -rwxr-xr-x 3,219 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="dnie-tool">
	<refmeta>
		<refentrytitle>dnie-tool</refentrytitle>
		<manvolnum>1</manvolnum>
		<refmiscinfo>opensc</refmiscinfo>
	</refmeta>

	<refnamediv>
		<refname>dnie-tool</refname>
		<refpurpose>displays information about DNIe based security tokens</refpurpose>
	</refnamediv>

	<refsect1>
		<title>Synopsis</title>
		<para>
			<command>dnie-tool</command> [OPTIONS]
		</para>
	</refsect1>

	<refsect1>
		<title>Description</title>
		<para>
			The <command>dnie-tool</command> utility is used to display additional information about DNIe, the Spanish National eID card.
		</para>
	</refsect1>

	<refsect1>
		<title>Options</title>
		<para>
			<variablelist>
				<varlistentry>
					<term><option>--idesp, -i </option></term>
					<listitem><para>Show the DNIe IDESP value.
					</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--data, -d </option></term>
					<listitem><para>Show DNIe personal information.
					Reads and print DNIe number and User Name and SurName</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--all, -a </option></term>
					<listitem><para>Displays every available information.
					This command is equivalent to -d -i -s 
					</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--serial, -s </option></term>
					<listitem><para>Displays DNIe Serial Number
					</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--version, -V </option></term>
					<listitem><para>Show DNIe sw version.
					Displays sofware version for in-card DNIe OS</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--pin</option> pin, <option>-p</option> pin</term>
					<listitem><para>Specify the user pin <varname>value</varname> to use.
					The default is do not enter pin</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--reader</option> number, <option>-r</option> number</term>
					<listitem><para>Specify the reader <varname>number</varname> to use.
					The default is reader 0.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--driver</option> number, <option>-c</option> driver</term>
					<listitem><para>Specify the reader driver <varname>name</varname> to use.
					Default is use driver from configuration file, or auto-detect if absent</para></listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--wait, -w</option></term>
					<listitem><para>Causes <command>dnie-tool</command> to wait for the token to be inserted into reader.</para>
					</listitem>
				</varlistentry>
				<varlistentry>
					<term><option>--verbose, -v</option></term>
					<listitem><para>Causes <command>dnie-tool</command> to be more verbose. 
					Specify this flag several times
to enable debug output in the opensc library.</para></listitem>
				</varlistentry>
			</variablelist>
		</para>
	</refsect1>
	
	<refsect1>
		<title>See also</title>
		<para>opensc(7)</para>
	</refsect1>
	<refsect1>
		<title>Authors</title>
		<para><command>dnie-tool</command> was written by
		Juan Antonio Martinez <email>jonsito@terra.es</email>.</para>
	</refsect1>

</refentry>