Package org.xipki.pkcs11.wrapper.params
Class X9_42_MQV_DERIVE_PARAMS
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.params.CkParams
-
- org.xipki.pkcs11.wrapper.params.X9_42_MQV_DERIVE_PARAMS
-
public class X9_42_MQV_DERIVE_PARAMS extends CkParams
Represents the CK_X9_42_MQV_DERIVE_PARAMS.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description X9_42_MQV_DERIVE_PARAMS(long kdf, byte[] otherInfo, byte[] publicData, int privateDataLength, long privateDataHandle, byte[] publicData2, long publicKeyHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetMaxFieldLen()CK_X9_42_DHMQV_DERIVE_PARAMSgetParams()Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.StringtoString(String indent)
-
-
-
Method Detail
-
getParams
public CK_X9_42_DHMQV_DERIVE_PARAMS getParams()
Description copied from class:CkParamsGet this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
-
getMaxFieldLen
protected int getMaxFieldLen()
- Specified by:
getMaxFieldLenin classCkParams
-
-