static void |
Pkcs11JnaWrapper.C_DecryptInit(long hSession,
CK_MECHANISM mechanism,
long hKey) |
NativeLong |
Pkcs11.C_DecryptInit(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hKey) |
NativeLong |
Pkcs11.C_DeriveKey(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hBaseKey,
CK_ATTRIBUTE[] pTemplate,
NativeLong ulAttributeCount,
NativeLongByReference phKey) |
NativeLong |
Pkcs11.C_DigestInit(NativeLong hSession,
CK_MECHANISM pMechanism) |
static void |
Pkcs11JnaWrapper.C_EncryptInit(long hSession,
CK_MECHANISM mechanism,
long hKey) |
NativeLong |
Pkcs11.C_EncryptInit(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hKey) |
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) |
NativeLong |
Pkcs11.C_GenerateKeyPair(NativeLong hSession,
CK_MECHANISM pMechanism,
CK_ATTRIBUTE pPublicKeyTemplate,
NativeLong ulPublicKeyAttributeCount,
CK_ATTRIBUTE pPrivateKeyTemplate,
NativeLong ulPrivateKeyAttributeCount,
NativeLongByReference phPublicKey,
NativeLongByReference phPrivateKey) |
NativeLong |
Pkcs11.C_SignInit(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hKey) |
NativeLong |
Pkcs11.C_SignRecoverInit(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hKey) |
NativeLong |
Pkcs11.C_UnwrapKey(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hUnwrappingKey,
byte[] pWrappedKey,
NativeLong ulWrappedKeyLen,
CK_ATTRIBUTE pTemplate,
NativeLong ulAttributeCount,
NativeLongByReference phKey) |
NativeLong |
Pkcs11.C_VerifyInit(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hKey) |
NativeLong |
Pkcs11.C_VerifyRecoverInit(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hKey) |
NativeLong |
Pkcs11.C_WrapKey(NativeLong hSession,
CK_MECHANISM pMechanism,
NativeLong hWrappingKey,
NativeLong hKey,
byte[] pWrappedKey,
NativeLongByReference pulWrappedKeyLen) |