Private keys
- 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Private keys
- Mis à jour le 23 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
From VACMAN Controller 3.6.11 onwards, the following keys can be created with the Private attribute set to TRUE:
- HSM-level storage key
- HSM-level transport key
- Issuer master key
Before using a key with the Private attribute, the application interfacing with the HSM must:
- Open a session with the slot containing the private key(s) (C_OpenSession)
- Log in with the owner of the key(s) as user (C_Login)
Once logged in, an Authentication Suite Server SDK command using a private key can be addressed to the HSM (C_Digest).
The advantage of using private keys, is that you can restrict key access. For example, when migrating a Virtual Mobile Authenticator under a private storage key, only an application logged in with the correct credentials can use the Virtual Mobile Authenticator.
Cet article vous a-t-il été utile ?