public C_GenerateKeyPair ( ulong session, |
||
session | ulong | The session's handle |
mechanism | Key generation mechanism | |
publicKeyTemplate | The template for the public key | |
publicKeyAttributeCount | ulong | The number of attributes in the public-key template |
privateKeyTemplate | The template for the private key | |
privateKeyAttributeCount | ulong | The number of attributes in the private-key template |
publicKey | ulong | Location that receives the handle of the new public key |
privateKey | ulong | Location that receives the handle of the new private key |
리턴 | CKR |