The display pki dsa local-key-pair public command displays information about the DSA key pair and public key.
| Parameter | Description | Value |
|---|---|---|
| name key-name | Specifies the DSA key pair name. | The DSA key pair name must already exist. |
This command displays information about the DSA key pair and public key, including key pair creation time, key pair name, key modules, and whether the key can be exported.
If key-name is not specified, all DSA key pairs and public keys on the MPU are displayed. If key-name is specified, the specified DSA key pair and public key are displayed.
# Display information about the DSA key pair and public key.
<sysname> display pki dsa local-key-pair public
=====================================================
Time of Key pair created: 16:41:55 2015/4/19
Key Name: dsakey
Key Index: 0
Key Modules: 1024 bit
Key Exportable: No
=====================================================
pub:
32:a8:3c:5b:81:1e:fa:45:92:d2:7a:28:f1:7f:46:
da:bc:b2:f3:1f:7a:37:2d:e9:04:2d:62:46:c0:f0:
e8:67:63:7a:35:58:a9:e9:76:d7:67:6d:bb:2b:c1:
d0:ec:06:10:ca:eb:25:d5:01:d5:60:32:13:cd:07:
94:51:9d:e8:a8:a9:64:5b:59:3e:06:f2:a1:64:0b:
9b:5a:13:6d:bf:58:22:1d:04:17:35:37:54:e0:43:
b0:07:8a:bf:58:57:3c:fe:82:7b:07:ce:19:cb:68:
18:27:4e:51:06:b8:c2:08:10:a1:ec:3b:1f:55:3b:
6e:a2:9e:6e:0f:68:e1:91
P:
00:8c:b9:e3:bb:47:d4:c9:97:be:6b:8d:2a:e8:64:
41:fb:20:6f:ba:3f:fd:9f:73:d9:64:7d:44:df:40:
5d:e3:69:84:11:85:26:ba:b2:58:b4:56:13:17:9c:
19:9d:b8:11:96:20:c8:12:44:60:a8:fb:d9:cd:58:
5f:a8:e6:78:1f:d8:7f:69:f0:2c:73:53:34:5b:60:
75:91:23:e3:44:a7:83:a2:78:bf:dc:e9:70:41:38:
61:7b:56:b5:de:a3:4d:89:15:73:04:ff:42:a5:02:
55:de:09:99:7a:c4:34:85:c1:78:16:31:50:8d:f5:
3c:5f:ce:d1:ae:a6:95:21:65
Q:
00:b5:df:62:b7:ac:5f:cb:68:d6:a7:07:47:8e:cd:
56:51:13:b5:19:9b
G:
03:56:5a:62:c2:51:ce:08:fa:de:ef:85:6c:60:11:
7f:28:99:73:51:b4:69:49:e2:ff:a6:07:af:fe:a2:
a4:c4:8b:fd:2d:35:b1:d1:c4:d5:c4:1f:36:7b:a5:
5f:8f:1e:0b:a3:db:23:3a:96:4b:d1:a1:53:aa:1b:
fe:ac:2e:12:39:2d:db:30:7e:ef:e3:88:6b:89:fc:
cf:6a:8c:b4:e5:5b:45:a9:c1:89:e6:2b:b5:51:f1:
2a:e4:e8:91:58:4d:ab:93:0f:24:d6:7b:c5:ea:ee:
ed:f0:01:75:b8:74:bc:f3:af:05:42:46:44:9b:b6:
bb:1f:d9:3b:fd:60:32:c3
Item |
Description |
|---|---|
Time of Key pair created |
Time when the DSA key pair is created. |
Key Name |
Name of a key pair. |
Key Index |
Index of the key. |
Key Modules |
Specified number of bits of the key. |
Key Exportable |
Whether the key can be exported. |
pub |
Public key in the DSA key pair. |
P |
Prime number p in the DSA key. |
Q |
Prime number q in the DSA key. |
G |
Parameter g in the DSA key. |