For workers having a crypto token, this page displays the key entries in the token and offers actions for managing the entries.
Entries
Column
Description
Alias
Key alias of the entry.
Clicking the link displays details for the token entry. The fields displayed depend on the crypto token implementation and type of key entry. Examples of fields displayed:
Alias
Name of the entry.
Type
PRIVATEKEY_ENTRY for private keys (asymmetric keys),
SECUREKEY_ENTRY for secret keys (symmetric keys), and
Key length for RSA and DSA keys, or curve for ECDSA keys.
Signings
Number of signatures created using the key.
Public Exponent
Public exponent (in decimal) for RSA keys.
Key Algorithm
Key algorithm such as RSA, DSA or ECDSA.
PKCS#11 Attributes
List of some of the potentially relevant PKCS#11 attributes and their values for the private key object.
Modifiable
True if the CKA_MODIFIABLE attribute is specified for the private key object.
Allowed Mechanisms
List of mechanisms (i.e. signature algorithms) that are allowed to be used with this key and are stored in the CKA_ALLOWED_MECHANISMS PKCS#11 attribute of the private key.