|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the gpg extension interface. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#Gpg">Gpg</a></td> |
|
39 <td>Class implementing the gpg extension interface.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="Gpg" ID="Gpg"></a> |
|
50 <h2>Gpg</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing the gpg extension interface. |
|
54 </p> |
|
55 <h3>Derived from</h3> |
|
56 HgExtension |
|
57 <h3>Class Attributes</h3> |
|
58 |
|
59 <table> |
|
60 <tr><td>None</td></tr> |
|
61 </table> |
|
62 <h3>Class Methods</h3> |
|
63 |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
|
67 <h3>Methods</h3> |
|
68 |
|
69 <table> |
|
70 |
|
71 <tr> |
|
72 <td><a href="#Gpg.__init__">Gpg</a></td> |
|
73 <td>Constructor</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#Gpg.hgGpgSign">hgGpgSign</a></td> |
|
77 <td>Public method used to list the available bookmarks.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#Gpg.hgGpgSignatures">hgGpgSignatures</a></td> |
|
81 <td>Public method used to list all signed changesets.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#Gpg.hgGpgVerifySignatures">hgGpgVerifySignatures</a></td> |
|
85 <td>Public method used to verify the signatures of a revision.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#Gpg.shutdown">shutdown</a></td> |
|
89 <td>Public method used to shutdown the gpg interface.</td> |
|
90 </tr> |
|
91 </table> |
|
92 <h3>Static Methods</h3> |
|
93 |
|
94 <table> |
|
95 <tr><td>None</td></tr> |
|
96 </table> |
|
97 |
|
98 <a NAME="Gpg.__init__" ID="Gpg.__init__"></a> |
|
99 <h4>Gpg (Constructor)</h4> |
|
100 <b>Gpg</b>(<i>vcs</i>) |
|
101 |
|
102 <p> |
|
103 Constructor |
|
104 </p> |
|
105 <dl> |
|
106 |
|
107 <dt><i>vcs</i></dt> |
|
108 <dd> |
|
109 reference to the Mercurial vcs object |
|
110 </dd> |
|
111 </dl> |
|
112 <a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> |
|
113 <h4>Gpg.hgGpgSign</h4> |
|
114 <b>hgGpgSign</b>(<i>revisions=None</i>) |
|
115 |
|
116 <p> |
|
117 Public method used to list the available bookmarks. |
|
118 </p> |
|
119 <dl> |
|
120 |
|
121 <dt><i>revisions</i> (list of str)</dt> |
|
122 <dd> |
|
123 list containing the revisions to be signed |
|
124 </dd> |
|
125 </dl> |
|
126 <a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> |
|
127 <h4>Gpg.hgGpgSignatures</h4> |
|
128 <b>hgGpgSignatures</b>(<i></i>) |
|
129 |
|
130 <p> |
|
131 Public method used to list all signed changesets. |
|
132 </p> |
|
133 <a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> |
|
134 <h4>Gpg.hgGpgVerifySignatures</h4> |
|
135 <b>hgGpgVerifySignatures</b>(<i>rev=None</i>) |
|
136 |
|
137 <p> |
|
138 Public method used to verify the signatures of a revision. |
|
139 </p> |
|
140 <dl> |
|
141 |
|
142 <dt><i>rev</i></dt> |
|
143 <dd> |
|
144 revision to check (string) |
|
145 </dd> |
|
146 </dl> |
|
147 <a NAME="Gpg.shutdown" ID="Gpg.shutdown"></a> |
|
148 <h4>Gpg.shutdown</h4> |
|
149 <b>shutdown</b>(<i></i>) |
|
150 |
|
151 <p> |
|
152 Public method used to shutdown the gpg interface. |
|
153 </p> |
|
154 <div align="right"><a href="#top">Up</a></div> |
|
155 <hr /> |
|
156 </body></html> |