iaik.pkcs.pkcs11.wrapper
Class CK_ECDH1_DERIVE_PARAMS
java.lang.Object
|
+--iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
- public class CK_ECDH1_DERIVE_PARAMS
- extends java.lang.Object
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
Method Summary |
java.lang.String |
toString()
Returns the string representation of CK_PKCS5_PBKD2_PARAMS. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
kdf
public long kdf
- PKCS#11:
CK_EC_KDF_TYPE kdf;
pSharedData
public byte[] pSharedData
- PKCS#11:
CK_ULONG ulSharedDataLen;
CK_BYTE_PTR pSharedData;
pPublicData
public byte[] pPublicData
- PKCS#11:
CK_ULONG ulPublicDataLen;
CK_BYTE_PTR pPublicData;
CK_ECDH1_DERIVE_PARAMS
public CK_ECDH1_DERIVE_PARAMS()
toString
public java.lang.String toString()
- Returns the string representation of CK_PKCS5_PBKD2_PARAMS.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of CK_PKCS5_PBKD2_PARAMS
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2004, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.
version 1.2.18