public class CK_ECMQV_DERIVE_PARAMS
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_ECMQV_DERIVE_PARAMS { CK_EC_KDF_TYPE kdf; CK_ULONG ulSharedDataLen; CK_BYTE_PTR pSharedData; CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData; CK_ULONG ulPrivateDataLen; CK_OBJECT_HANDLE hPrivateData; CK_ULONG ulPublicDataLen2; CK_BYTE_PTR pPublicData2; CK_OBJECT_HANDLE publicKey; } CK_ECMQV_DERIVE_PARAMS;
Modifier and Type | Field and Description |
---|---|
long |
hPrivateData
key handle for second EC private key value
|
long |
kdf
key derivation function used on the shared secret value
|
byte[] |
pPublicData
pointer to other partyâs first EC public key value
|
byte[] |
pPublicData2
pointer to other partyâs second EC public key value
|
byte[] |
pSharedData
some data shared between the two parties
|
long |
publicKey
Handle to the first partyâs ephemeral public key
|
long |
ulPrivateDataLen
the length in bytes of the second EC private key
|
Constructor and Description |
---|
CK_ECMQV_DERIVE_PARAMS() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_ECMQV_DERIVE_PARAMS.
|
public long kdf
CK_EC_KDF_TYPE kdf;
public byte[] pSharedData
CK_BYTE_PTR pSharedData;
public byte[] pPublicData
CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
public long ulPrivateDataLen
CK_ULONG ulPrivateDataLen;
public long hPrivateData
CK_OBJECT_HANDLE hPrivateData;
public byte[] pPublicData2
CK_ULONG ulPublicDataLen2; CK_BYTE_PTR pPublicData2;
public long publicKey
CK_OBJECT_HANDLE publicKey;
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9