How can I display a public/private key-pair generated via PKCS11 ? I use the CK_VALUE attribute template to display a Secret Key. That does not work for a key-pair. Any help is much appreciated.
Asked
Active
Viewed 403 times
0
-
It sounds like CK_VALUE is valid for Secret Keys and not a public/private key pair. What would be the way to display the value of those keys ? – ksoop Jan 03 '18 at 00:58
-
See [my previous answer to similar older question](https://stackoverflow.com/a/42508777/3325704). – jariq Jan 03 '18 at 05:58