NativeLong |
Pkcs11.C_CopyObject(NativeLong hSession,
NativeLong hObject,
CK_ATTRIBUTE[] pTemplate,
NativeLong ulCount,
NativeLongByReference phNewObject) |
static long |
Pkcs11JnaWrapper.C_CreateObject(long hSession,
CK_ATTRIBUTE[] pTemplate) |
NativeLong |
Pkcs11.C_CreateObject(NativeLong hSession,
CK_ATTRIBUTE pTemplate,
NativeLong ulCount,
NativeLongByReference phObject) |
NativeLong |
Pkcs11.C_DeriveKey(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hBaseKey,
CK_ATTRIBUTE[] pTemplate,
NativeLong ulAttributeCount,
NativeLongByReference phKey) |
static void |
Pkcs11JnaWrapper.C_FindObjectsInit(long hSession,
CK_ATTRIBUTE[] pTemplate) |
NativeLong |
Pkcs11.C_FindObjectsInit(NativeLong hSession,
CK_ATTRIBUTE pTemplate,
NativeLong ulCount) |
static long |
Pkcs11JnaWrapper.C_GenerateKey(long hSession,
CK_MECHANISM pMechanism,
CK_ATTRIBUTE[] pKeyTemplate) |
NativeLong |
Pkcs11.C_GenerateKey(NativeLong hSession,
CK_MECHANISM pMechanism,
CK_ATTRIBUTE pTemplate,
NativeLong ulCount,
NativeLongByReference phKey) |
static long[] |
Pkcs11JnaWrapper.C_GenerateKeyPair(long hSession,
CK_MECHANISM pMechanism,
CK_ATTRIBUTE[] pPublicKeyTemplate,
CK_ATTRIBUTE[] pPrivateKeyTemplate) |
static long[] |
Pkcs11JnaWrapper.C_GenerateKeyPair(long hSession,
CK_MECHANISM pMechanism,
CK_ATTRIBUTE[] pPublicKeyTemplate,
CK_ATTRIBUTE[] pPrivateKeyTemplate) |
NativeLong |
Pkcs11.C_GenerateKeyPair(NativeLong hSession,
CK_MECHANISM pMechanism,
CK_ATTRIBUTE pPublicKeyTemplate,
NativeLong ulPublicKeyAttributeCount,
CK_ATTRIBUTE pPrivateKeyTemplate,
NativeLong ulPrivateKeyAttributeCount,
NativeLongByReference phPublicKey,
NativeLongByReference phPrivateKey) |
static void |
Pkcs11JnaWrapper.C_GetAttributeValue(long hSession,
long hObject,
CK_ATTRIBUTE[] pTemplate) |
NativeLong |
Pkcs11.C_GetAttributeValue(NativeLong hSession,
NativeLong hObject,
CK_ATTRIBUTE pTemplate,
NativeLong ulCount) |
static void |
Pkcs11JnaWrapper.C_SetAttributeValue(long hSession,
long hKey,
CK_ATTRIBUTE[] pKeyTemplate) |
NativeLong |
Pkcs11.C_SetAttributeValue(NativeLong hSession,
NativeLong hObject,
CK_ATTRIBUTE pTemplate,
NativeLong ulCount) |
static long |
Pkcs11JnaWrapper.C_UnwrapKey(long hSession,
long mechanismId,
long hUnwrappingKey,
byte[] wrappedKey,
CK_ATTRIBUTE[] pKeyTemplate) |
NativeLong |
Pkcs11.C_UnwrapKey(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hUnwrappingKey,
byte[] pWrappedKey,
NativeLong ulWrappedKeyLen,
CK_ATTRIBUTE pTemplate,
NativeLong ulAttributeCount,
NativeLongByReference phKey) |