Alias | Name of the entry. |
Type | PRIVATEKEY_ENTRY for private keys (asymmetric keys), SECUREKEY_ENTRY for secret keys (symmetric keys), and TRUSTED_ENTRY for trusted certificate entries. |
Creation Date | Date when the key was created (if available). |
Certificate | Subject DN for the certificate in the token. Clicking the link View displays the Worker Certificate Details Page. |
Key Specification | 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. See ATTRIBUTE.PRIVATE.RSA.CKA_ALLOWED_MECHANISMS in PKCS11CryptoToken and P11NGCryptoToken. |
Wrapping Key | Key alias of the secret/symmetric wrapping key in the token that is used to unwrap this key (if the key was wrapped).
See the DEFAULTKEY worker property in P11NGKeyWrappingCryptoToken and P11NGKeyWrappingCryptoWorker. |
Wrapping Cipher | PKCS#11 mechanism name of cipher algorithm used to wrap the keys by secret/symmetric key. Example: CKM_AES_CBC_PAD See the WRAPPING_CIPHER_ALGORITHM worker property in P11NGKeyWrappingCryptoToken and P11NGKeyWrappingCryptoWorker. |