Package iaik.pkcs.pkcs11.wrapper
Class CK_ECDH1_DERIVE_PARAMS
- java.lang.Object
-
- iaik.pkcs.pkcs11.wrapper.KdfParams
-
- iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
-
public class CK_ECDH1_DERIVE_PARAMS extends KdfParams
class CK_ECDH1_DERIVE_PARAMS provides the parameters to the CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE mechanisms.PKCS#11 structure:
typedef struct CK_ECDH1_DERIVE_PARAMS { CK_EC_KDF_TYPE kdf; CK_ULONG ulSharedDataLen; CK_BYTE_PTR pSharedData; CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData; } CK_ECDH1_DERIVE_PARAMS;- Author:
- Karl Scheibelhofer (SIC)
-
-
Field Summary
Fields Modifier and Type Field Description byte[]pPublicDataPKCS#11:byte[]pSharedDataPKCS#11:
-
Constructor Summary
Constructors Constructor Description CK_ECDH1_DERIVE_PARAMS()
-