File: pkcs11-data.1

package info (click to toggle)
pkcs11-data 0.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 1,300 kB
  • ctags: 123
  • sloc: sh: 10,467; ansic: 868; makefile: 39
file content (97 lines) | stat: -rw-r--r-- 2,855 bytes parent folder | download | duplicates (3)
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
.\"
.\" Copyright (c) 2005-2006 Alon Bar-Lev <alon.barlev@gmail.com>
.\" All rights reserved.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License version 2
.\" as published by the Free Software Foundation.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program (see the file COPYING.GPL included with this
.\" distribution); if not, write to the Free Software Foundation, Inc.,
.\" 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
.\"
.\" Generate by:
.\" $ groff -mdoc -Tascii pkcs11-data.1
.\"
.\" Always put argument after .Nm (otherwise man2html breaks)
.\"
.Dd December 1, 2006
.Os POSIX-compatible
.Dt pkcs11-data 1
.Sh NAME
.Nm pkcs11-data
.Nd Data object PKCS#11 enabled token manipulator
.Sh SYNOPSIS
.Nm pkcs11-data
.Op --verbose
.Op --add-provider
.Op --public
.Op --token-wait
.Op --cmd
.Sh DESCRIPTION
.Nm pkcs11-data
pkcs11-data provides a simple interface to manipulate data on cryptographic
providers by using
RSA Security Inc. PKCS#11 Cryptographic Token Interface (Cryptoki).
The following options are available:
.Bl -tag -width "AA"
.It --verbose
Enable logging.
.It --add-provider
Add PKCS#11 provider, this option can be specified more than once.
.It --public
Data object in on public section.
.It --token-wait
Wait for token until it inserted.
.It --cmd
Command to execute:
.Bl -tag -width "RECOVER" -compact
.It tokens
List available token ids.
.It list
.Op --token
.
List available data objects.
.It export
.Op [--token]
.Op --application
.Op --label
.Op [--file]
.Op [ --application --label --file ]
.
Export data object content from specific token to a file or
to standard output. Several objects can be exported at one execution.
.It import
.Op --token
.Op --application
.Op --label
.Op [--file]
.
Import data object content to a specific token from a file or from
standard input.
.It remove
.Op --token
.Op --application
.Op --label
.
Remove data object.
.El
.El
.Sh AUTHORS AND COPYRIGHT
Copyright (c) 2006 Alon Bar-Lev <alon.barlev@gmail.com>
.Pp
All rights reserved.
.Pp
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.