public class KEA_DERIVE_PARAMS extends CkParams
| Constructor and Description |
|---|
KEA_DERIVE_PARAMS(boolean isSender,
byte[] randomA,
byte[] randomB,
byte[] publicData)
Create a new KEA_DERIVE_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_KEA_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 KEA_DERIVE_PARAMS(boolean isSender,
byte[] randomA,
byte[] randomB,
byte[] publicData)
isSender - Option for generating the key (called a TEK). The value is TRUE if the sender
(originator) generates the TEK, FALSE if the recipient is regenerating the TEK.randomA - The random data Ra.randomB - The random data Rb.publicData - The other party's KEA public key value.public CK_KEA_DERIVE_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.