Method | Description | |
---|---|---|
CreateDataObject ( |
Creates the data object.
|
|
GenerateKey ( |
Generates symetric key.
|
|
GenerateKeyPair ( |
Generates asymetric key pair.
|
|
GetUsableSlot ( |
Finds slot containing the token that matches criteria specified in Settings class
|
public static CreateDataObject ( |
||
pkcs11 | Initialized PKCS11 wrapper | |
session | ulong | Read-write session with user logged in |
objectId | ulong | Output parameter for data object handle |
return | CKR |
public static GenerateKey ( |
||
pkcs11 | Initialized PKCS11 wrapper | |
session | ulong | Read-write session with user logged in |
keyId | ulong | Output parameter for key object handle |
return | CKR |
public static GenerateKeyPair ( |
||
pkcs11 | Initialized PKCS11 wrapper | |
session | ulong | Read-write session with user logged in |
pubKeyId | ulong | Output parameter for public key object handle |
privKeyId | ulong | Output parameter for private key object handle |
return | CKR |
public static GetUsableSlot ( |
||
pkcs11 | Initialized PKCS11 wrapper | |
return | ulong |