| Package | Description |
|---|---|
| iaik.pkcs.pkcs11 | |
| iaik.pkcs.pkcs11.params |
| Modifier and Type | Field and Description |
|---|---|
protected Params |
Mechanism.params
The parameters of the mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
Params |
Mechanism.getParams()
Get the parameters object of this mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mechanism.setParams(Params params)
Set the parameters for this mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AesCtrParams
This class represents the necessary parameters required by
the CKM_AES_CTR mechanism as defined in CK_AES_CTR_PARAMS structure.
|
class |
DHKeyDerivationParams
This abstract class encapsulates parameters for the DH mechanisms
Mechanism.ECDH1_DERIVE, Mechanism.ECDH1_COFACTOR_DERIVE,
Mechanism.ECMQV_DERIVE, Mechanism.X9_42_DH_DERIVE ,
Mechanism.X9_42_DH_HYBRID_DERIVE and Mechanism.X9_42_MQV_DERIVE.
|
class |
DHPkcsDeriveParams
This class encapsulates parameters for the algorithms
Mechanism.DH_PKCS_DERIVE.
|
class |
EcDH1KeyDerivationParams
This abstract class encapsulates parameters for the DH mechanisms
Mechanism.ECDH1_DERIVE and Mechanism.ECDH1_COFACTOR_DERIVE.
|
class |
EcDH2KeyDerivationParams
This abstract class encapsulates parameters for the DH mechanism
Mechanism.ECMQV_DERIVE.
|
class |
ExtractParams
This class encapsulates parameters for Mechanisms.EXTRACT_KEY_FROM_KEY.
|
class |
IVParams
This class encapsulates parameters for general block ciphers in CBC mode.
|
class |
MacGeneralParams
This class encapsulates parameters for the MAC algorithms for the following
mechanisms: DES, DES3 (triple-DES), CAST, CAST3, CAST128 (CAST5), IDEA, and
CDMF ciphers.
|
class |
ObjectHandleParams
This class encapsulates parameters for Mechanisms.CONCATENATE_BASE_AND_KEY.
|
class |
OpaqueParams
This class encapsulates parameters byte arrays.
|
class |
PBEParams
This class encapsulates parameters for the Mechanism.PBA_* and
Mechanism.PBA_SHA1_WITH_SHA1_HMAC mechanisms.
|
class |
PKCS5PBKD2Params
This class encapsulates parameters for the Mechanism.PKCS5_PKKD2 mechanism.
|
class |
RSAPkcsOaepParams
This class encapsulates parameters for the Mechanism.RSA_PKCS_OAEP.
|
class |
RSAPkcsParams
This abstract class encapsulates parameters for the RSA PKCS mechanisms
Mechanism.RSA_PKCS_OAEP and Mechanism.RSA_PKCS_PSS.
|
class |
RSAPkcsPssParams
This class encapsulates parameters for the Mechanism.RSA_PKCS_PSS.
|
class |
SSL3KeyMaterialOutParams
Objects of this class encapsulates key material output for the mechanism
Mechanism.SSL3_KEY_AND_MAC_DERIVE.
|
class |
SSL3KeyMaterialParams
This class encapsulates parameters for the Mechanism.SSL3_KEY_AND_MAC_DERIVE
mechanism.
|
class |
SSL3MasterKeyDeriveParams
This class encapsulates parameters for the Mechanism.SSL3_MASTER_KEY_DERIVE
mechanism and the Mechanism.TLS_MASTER_KEY_DERIVE.
|
class |
SSL3RandomDataParams
This class encapsulates parameters for the Mechanism.SSL3_MASTER_KEY_DERIVE
and Mechanism.SSL3_KEY_AND_MAC_DERIVE mechanisms.
|
class |
VersionParams
This class is used for the Mechnism.SSL3_PRE_MASTER_KEY_GEN.
|
class |
X942DH1KeyDerivationParams
This abstract class encapsulates parameters for the X9.42 DH mechanism
Mechanism.X9_42_DH_DERIVE.
|
class |
X942DH2KeyDerivationParams
This abstract class encapsulates parameters for the X9.42 DH mechanisms
Mechanism.X9_42_DH_HYBRID_DERIVE and Mechanism.X9_42_MQV_DERIVE.
|
Copyright © 2018. All rights reserved.