You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
373 lines
14 KiB
373 lines
14 KiB
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> |
|
<class>CertificateWizard</class> |
|
<widget class="QWizard"> |
|
<property name="name"> |
|
<cstring>CertificateWizard</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>705</width> |
|
<height>444</height> |
|
</rect> |
|
</property> |
|
<property name="caption"> |
|
<string>Certificate Wizard</string> |
|
</property> |
|
<property name="titleFont"> |
|
<font> |
|
<pointsize>16</pointsize> |
|
<bold>1</bold> |
|
</font> |
|
</property> |
|
<widget class="QWidget"> |
|
<property name="name"> |
|
<cstring>page</cstring> |
|
</property> |
|
<attribute name="title"> |
|
<string>Certificate Wizard</string> |
|
</attribute> |
|
<vbox> |
|
<property name="name"> |
|
<cstring>unnamed</cstring> |
|
</property> |
|
<property name="margin"> |
|
<number>11</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>TextLabel1</cstring> |
|
</property> |
|
<property name="text"> |
|
<string><b>Welcome to the Certificate Wizard.</b> |
|
<br> |
|
<br> |
|
In a few easy steps, this wizard will help you with the creation of a certificate. You use your certificates in order to sign messages, to encrypt messages and to decrypt messages that other people send to you in encrypted form. |
|
<p> |
|
The certificates can either be generated in a centralized or a decentralized manner. Please contact your local help desk if you are unsure how to create a certificate in your organization.</string> |
|
</property> |
|
</widget> |
|
</vbox> |
|
</widget> |
|
<widget class="QWidget"> |
|
<property name="name"> |
|
<cstring>page</cstring> |
|
</property> |
|
<attribute name="title"> |
|
<string>Your Personal Data</string> |
|
</attribute> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>TextLabel2</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>11</x> |
|
<y>11</y> |
|
<width>456</width> |
|
<height>123</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>On this page, you will enter some personal data that will be stored in your certificate and that will help other people to determine that it is actually you who is sending a message.</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>WordBreak|AlignVCenter</set> |
|
</property> |
|
</widget> |
|
<widget class="QLineEdit"> |
|
<property name="name"> |
|
<cstring>nameED</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>130</x> |
|
<y>143</y> |
|
<width>336</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="toolTip" stdset="0"> |
|
<string>Enter your name here</string> |
|
</property> |
|
<property name="whatsThis" stdset="0"> |
|
<string>Enter your name here as it should be shown in the certificate.</string> |
|
</property> |
|
</widget> |
|
<widget class="QLineEdit"> |
|
<property name="name"> |
|
<cstring>organizationED</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>130</x> |
|
<y>173</y> |
|
<width>336</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="toolTip" stdset="0"> |
|
<string>Enter your organization here</string> |
|
</property> |
|
<property name="whatsThis" stdset="0"> |
|
<string>Enter your organization (e.g. your company, your department, or your authority) here as it should appear on the certificate.</string> |
|
</property> |
|
</widget> |
|
<widget class="QLineEdit"> |
|
<property name="name"> |
|
<cstring>departmentED</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>130</x> |
|
<y>203</y> |
|
<width>336</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
</widget> |
|
<widget class="QLineEdit"> |
|
<property name="name"> |
|
<cstring>emailED</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>130</x> |
|
<y>233</y> |
|
<width>336</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="toolTip" stdset="0"> |
|
<string>Enter your email address here</string> |
|
</property> |
|
<property name="whatsThis" stdset="0"> |
|
<string>Enter the email address here which you want to use in connection with the certificate.</string> |
|
</property> |
|
</widget> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>nameLA</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>12</x> |
|
<y>143</y> |
|
<width>110</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>&Name:</string> |
|
</property> |
|
<property name="buddy" stdset="0"> |
|
<cstring>nameED</cstring> |
|
</property> |
|
</widget> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>departmentLA</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>12</x> |
|
<y>203</y> |
|
<width>110</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>&Department:</string> |
|
</property> |
|
<property name="buddy" stdset="0"> |
|
<cstring>departmentED</cstring> |
|
</property> |
|
</widget> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>emailLA</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>12</x> |
|
<y>233</y> |
|
<width>110</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>&Email address:</string> |
|
</property> |
|
<property name="buddy" stdset="0"> |
|
<cstring>emailED</cstring> |
|
</property> |
|
</widget> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>organizationLA</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>10</x> |
|
<y>170</y> |
|
<width>110</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>&Organization:</string> |
|
</property> |
|
<property name="buddy" stdset="0"> |
|
<cstring>organizationED</cstring> |
|
</property> |
|
</widget> |
|
</widget> |
|
<widget class="QWidget"> |
|
<property name="name"> |
|
<cstring>page</cstring> |
|
</property> |
|
<attribute name="title"> |
|
<string>Certificate Generation</string> |
|
</attribute> |
|
<vbox> |
|
<property name="name"> |
|
<cstring>unnamed</cstring> |
|
</property> |
|
<property name="margin"> |
|
<number>11</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>TextLabel4</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>On this page, you will select whether certificate generation is done centralized or decentralized. Please check with your local help desk if you are unsure what to select here.</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>WordBreak|AlignVCenter</set> |
|
</property> |
|
</widget> |
|
<widget class="QButtonGroup"> |
|
<property name="name"> |
|
<cstring>ButtonGroup7</cstring> |
|
</property> |
|
<property name="title"> |
|
<string>Certificate &Generation</string> |
|
</property> |
|
<vbox> |
|
<property name="name"> |
|
<cstring>unnamed</cstring> |
|
</property> |
|
<property name="margin"> |
|
<number>11</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<widget class="QRadioButton"> |
|
<property name="name"> |
|
<cstring>centralizedRB</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>&Centralized generation</string> |
|
</property> |
|
</widget> |
|
<widget class="QRadioButton"> |
|
<property name="name"> |
|
<cstring>decentralizedRB</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>&Decentralized generation</string> |
|
</property> |
|
<property name="checked"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
<widget class="QLayoutWidget"> |
|
<property name="name"> |
|
<cstring>Layout9</cstring> |
|
</property> |
|
<hbox> |
|
<property name="name"> |
|
<cstring>unnamed</cstring> |
|
</property> |
|
<property name="margin"> |
|
<number>0</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>TextLabel5</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>&Email address of the CA that issues certificates:</string> |
|
</property> |
|
<property name="buddy" stdset="0"> |
|
<cstring>caEmailED</cstring> |
|
</property> |
|
</widget> |
|
<widget class="QLineEdit"> |
|
<property name="name"> |
|
<cstring>caEmailED</cstring> |
|
</property> |
|
</widget> |
|
</hbox> |
|
</widget> |
|
</vbox> |
|
</widget> |
|
</vbox> |
|
</widget> |
|
<widget class="QWidget"> |
|
<property name="name"> |
|
<cstring>page</cstring> |
|
</property> |
|
<attribute name="title"> |
|
<string>Your Certificate is Ready to Be Sent</string> |
|
</attribute> |
|
<vbox> |
|
<property name="name"> |
|
<cstring>unnamed</cstring> |
|
</property> |
|
<property name="margin"> |
|
<number>11</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<widget class="QLabel"> |
|
<property name="name"> |
|
<cstring>TextLabel7</cstring> |
|
</property> |
|
<property name="text"> |
|
<string><qt> |
|
Your signature key pair is now ready to be sent to the CA (certification authority) which will generate a certificate for you and send it back via email. Please review the certificate shown below. You should also write down the checksum so that you can match it against the certificate sent back by the CA. |
|
<p> |
|
If you want to change anything, press Back and make your changes. Otherwise press Finish to send the signature key pair to the CA. |
|
</qt></string> |
|
</property> |
|
<property name="alignment"> |
|
<set>WordBreak|AlignVCenter</set> |
|
</property> |
|
</widget> |
|
<widget class="QTextEdit"> |
|
<property name="name"> |
|
<cstring>certificateTE</cstring> |
|
</property> |
|
</widget> |
|
</vbox> |
|
</widget> |
|
</widget> |
|
<slots> |
|
<slot access="protected">slotCreatePSE()</slot> |
|
</slots> |
|
<layoutdefaults spacing="6" margin="11"/> |
|
</UI>
|
|
|