public class CK_EDDSA_PARAMS
extends java.lang.Object
CKM.EDDSA
mechanism.
Further information is provided in the SDK Reference Guide.
| Modifier and Type | Field and Description |
|---|---|
byte[] |
pContextData
Context must be NULL
|
CK_BBOOL |
phFlag
Set prehashed flag to true for Ed25519ph.
|
int |
ulContextDataLen
Context length must be 0
|
| Constructor and Description |
|---|
CK_EDDSA_PARAMS()
Initialise values to 0 or null.
|
CK_EDDSA_PARAMS(boolean preHash)
Initialise values from parameters.
|
CK_EDDSA_PARAMS(CK_BBOOL preHash)
Initialise values from parameters.
|
CK_EDDSA_PARAMS(CK_BBOOL preHash,
int ulCtxLen,
byte[] pCtxData)
Initialise values from parameters.
|
public CK_BBOOL phFlag
public int ulContextDataLen
public byte[] pContextData
public CK_EDDSA_PARAMS()
public CK_EDDSA_PARAMS(CK_BBOOL preHash)
preHash - True for EdDSAPre-hash, False for PureEdDSApublic CK_EDDSA_PARAMS(boolean preHash)
preHash - True for EdDSAPre-hash, False for PureEdDSApublic CK_EDDSA_PARAMS(CK_BBOOL preHash, int ulCtxLen, byte[] pCtxData)
preHash - True for EdDSAPre-hash, False for PureEdDSAulCtxLen - Must be 0pCtxData - Must be nullCopyright (c) 2025 Thales Group. All rights reserved.