| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper | |
| org.xipki.pkcs11.wrapper.params |
| Modifier and Type | Method and Description |
|---|---|
CkParams |
Mechanism.getParameters()
Get the parameters object of this mechanism.
|
| Constructor and Description |
|---|
Mechanism(long mechanismCode,
CkParams parameters)
Constructor taking just the mechanism code as defined in PKCS11Constants.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AES_CTR_PARAMS
This class represents the necessary parameters required by
the CKM_AES_CTR mechanism as defined in CK_AES_CTR_PARAMS structure.
|
class |
ByteArrayParams
This class encapsulates parameters byte arrays.
|
class |
CCM_PARAMS
Represents the CK_CCM_PARAMS.
|
class |
CkParamsWithExtra
CkParam with
CkParamsWithExtra to provides extra information, e.g. |
class |
ECDH1_DERIVE_PARAMS
Represents the CK_ECDH1_DERIVE_PARAMS.
|
class |
GCM_PARAMS
Represents the CK_GCM_PARAMS.
|
class |
LongParams
This class encapsulates parameters CK_LONG.
|
class |
MechanismParams
This class encapsulates parameters CK_LONG.
|
class |
RSA_PKCS_OAEP_PARAMS
Represents the CK_RSA_PKCS_OAEP_PARAMS.
|
class |
RSA_PKCS_PSS_PARAMS
Represents the CK_RSA_PKCS_PSS_PARAMS.
|
class |
SALSA20_CHACHA20_POLY1305_PARAMS
This class encapsulates parameters for the Salsa20Chacha20 en/decryption.
|
| Constructor and Description |
|---|
CkParamsWithExtra(CkParams ckParams,
ExtraParams extraParams)
Constructor.
|
Copyright © 2023. All rights reserved.