public class ECMQV_DERIVE_PARAMS extends CkParams
| Constructor and Description |
|---|
ECMQV_DERIVE_PARAMS(long kdf,
byte[] sharedData,
byte[] publicData,
int privateDataLen,
long privateData,
byte[] publicData2,
long publicKey)
Create a new ECMQV_DERIVE_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_ECMQV_DERIVE_PARAMS |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the iaik.pkcs.pkcs11.wrapper package.
|
String |
toString(String indent) |
codeToName, ptr2str, requireNonNull, setModule, toString, val2Strpublic ECMQV_DERIVE_PARAMS(long kdf,
byte[] sharedData,
byte[] publicData,
int privateDataLen,
long privateData,
byte[] publicData2,
long publicKey)
kdf - The key derivation function used on the shared secret value. One of the values defined
in KeyDerivationFunctionType.sharedData - The data shared between the two parties.publicData - The other party's public key value.privateDataLen - the length in bytes of the second EC private keyprivateData - Key handle for second EC private key valuepublicData2 - pointer to other party's second EC public key valuepublicKey - Handle to the first party's ephemeral public keypublic CK_ECMQV_DERIVE_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.