-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kai Kramer
committed
Oct 12, 2013
1 parent
2840cc0
commit 1ddedfe
Showing
12 changed files
with
453 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 81 additions & 0 deletions
81
kse/src/net/sf/keystore_explorer/gui/help/copyPasteKey.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<!-- | ||
Copyright 2004 - 2013 Wayne Grant | ||
2013 Kai Kramer | ||
This file is part of KeyStore Explorer. | ||
KeyStore Explorer is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
KeyStore Explorer 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 KeyStore Explorer. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
<html> | ||
<head> | ||
<title>Copy and Paste a Key</title> | ||
<link rel=stylesheet href="help.css" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>Copy and Paste a Key</h1> | ||
<hr> | ||
|
||
To copy and paste a Key: | ||
|
||
<ol> | ||
<li>Click on the Key entry to select it.</li> | ||
|
||
<br> | ||
|
||
<li>From the <b>Edit</b> menu, choose <b>Copy</b>. | ||
Alternatively click on the <b>Copy</b> tool bar | ||
button: | ||
<br><br> <img src="images/copy.png"></li> | ||
|
||
<br> | ||
|
||
<li>If required the <b>Unlock Entry</b> dialog will be displayed. | ||
Enter the Key entry's password and press the <b>OK</b> button.</li> | ||
|
||
<br> | ||
|
||
<li>If copying to a different KeyStore select it by clicking on its tab.</li> | ||
|
||
<br> | ||
|
||
<li>From the <b>Edit</b> menu, choose <b>Paste</b>. | ||
Alternatively click on the <b>Paste</b> tool bar | ||
button: | ||
<br><br> <img src="images/paste.png"></li> | ||
|
||
<br> | ||
|
||
<li>A copy of the Key entry will appear in the | ||
target KeyStore Entries table. The Key entry's password | ||
will be the same as the original's.</li> | ||
|
||
</ol> | ||
|
||
<b>Notes:</b> | ||
|
||
<ul> | ||
<li>KeyStore Explorer has an internal clipboard for cut, copy and paste | ||
operations called the <b>buffer</b>. | ||
Therefore KeyStore entries cannot be cut or copied from KeyStore Explorer | ||
to other applications and vice versa.</li> | ||
</ul> | ||
|
||
<hr> | ||
|
||
<center><small>Copyright 2004 - 2013 Wayne Grant, 2013 Kai Kramer</small></center> | ||
|
||
</body> | ||
</html> |
82 changes: 82 additions & 0 deletions
82
kse/src/net/sf/keystore_explorer/gui/help/cutPasteKey.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!-- | ||
Copyright 2004 - 2013 Wayne Grant | ||
2013 Kai Kramer | ||
This file is part of KeyStore Explorer. | ||
KeyStore Explorer is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
KeyStore Explorer 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 KeyStore Explorer. If not, see <http://www.gnu.org/licenses/>. | ||
--> | ||
<html> | ||
<head> | ||
<title>Cut and Paste a Key</title> | ||
<link rel=stylesheet href="help.css" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>Cut and Paste a Key</h1> | ||
<hr> | ||
|
||
To cut and paste a Key: | ||
|
||
<ol> | ||
<li>Click on the Key entry to select it.</li> | ||
|
||
<br> | ||
|
||
<li>From the <b>Edit</b> menu, choose <b>Cut</b>. | ||
Alternatively click on the <b>Cut</b> tool bar | ||
button: | ||
<br><br> <img src="images/cut.png"></li> | ||
|
||
<br> | ||
|
||
<li>If required the <b>Unlock Entry</b> dialog will be displayed. | ||
Enter the Key entry's password and press the <b>OK</b> button.</li> | ||
|
||
<br> | ||
|
||
<li>Select the target KeyStore by clicking on its tab.</li> | ||
|
||
<br> | ||
|
||
<li>From the <b>Edit</b> menu, choose <b>Paste</b>. | ||
Alternatively click on the <b>Paste</b> tool bar | ||
button: | ||
<br><br> <img src="images/paste.png"></li> | ||
|
||
<br> | ||
|
||
<li>The Key entry will appear in the target KeyStore | ||
Entries table. The Key entry's password | ||
will remain unchanged.</li> | ||
|
||
</ol> | ||
|
||
<b>Notes:</b> | ||
|
||
<ul> | ||
<li>KeyStore Explorer has an internal clipboard for cut, copy and paste | ||
operations called the <b>buffer</b>. | ||
Therefore KeyStore entries cannot be cut or copied from KeyStore Explorer | ||
to other applications and vice versa.</li> | ||
|
||
</ul> | ||
|
||
<hr> | ||
|
||
<center><small>Copyright 2004 - 2013 Wayne Grant, 2013 Kai Kramer</small></center> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.