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