General Properties
The following lists the general properties of the crypto tokens:
Property | Description |
|---|---|
CRYPTOTOKEN_IMPLEMENTATION | Specifies the fully qualified class name of the Crypto token implementation to use. |
KEYALG | Specifies the key algorithm to use when generating new keys. Only for Crypto tokens supporting key generation. |
KEYSPEC | Specifies the key specification to use when generating new keys. Only for Crypto tokens supporting key generation. |
KEYGENERATIONLIMIT | Specifies the limit for the maximum number of keys allowed to be generated. If set to 0 or a positive value, key generation is not allowed when the current number of keys equals to or is larger than this value. Default: |
SELFSIGNED_DN | Specifies the Distinguished Name (DN) to use as issuer and subject DN in the self-signed certificate instead of the default one. This property can be set on the worker that is going to use the key so that different options can be used for different workers. |
SELFSIGNED_SIGNATUREALGORITHM | Specifies the signature algorithm to use in the self-signed certificate. Default: This property can be set on the worker that is going to use the key, so that different options can be used for different workers. |
SELFSIGNED_VALIDITY | Specifies the validity time (in seconds) to use in the self-signed certificate instead of the default of about 30 years. If a validity time in seconds exceeds year 9999, it defaults to the date 9999-12-31 23:59:59 UTC. This property can be set on the worker that is going to use the key, so that different options can be used for different workers. |