| Where allowed to run: All environments (*ALL) Threadsafe: Conditional |
Parameters Examples Error messages |
The Display Keystore File Entry (DSPCKMKSFE) command returns the key attributes for a key record in a keystore file. The key attributes include the key type, the key size, the id of the master key under which the stored key value is encrypted, the key verification value (KVV) for the master key, and the date the record was added or last translated.
For more information on keystore files, refer to the Cryptographic services key management section of the Security category in the IBM Systems Information Center at http://www.ibm.com/systems/infocenter/.
Restrictions:
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| KEYSTORE | Keystore file | Qualified object name | Required, Positional 1 |
| Qualifier 1: Keystore file | Name | ||
| Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
| RCDLBL | Record label | Character value | Required, Positional 2 |
| OUTPUT | Output | Optional |
| Top |
Specifies the keystore file to use.
This is a required parameter.
Qualifier 1: Keystore file
Qualifier 2: Library
| Top |
Specifies the label of a key record in the specified keystore file.
This is a required parameter.
| Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
| Top |
DSPCKMKSFE KEYSTORE(MYLIB/MYKEYSTORE) RCDLBL('Byllesby')
OUTPUT(*PRINT)
This command prints the attributes for the key record named Byllesby located in keystore file MYKEYSTORE in library MYLIB.
| Top |
*ESCAPE Messages
| Top |