Skip to main content
Skip table of contents

Crypto Worker

The Crypto Worker is a Worker not performing any operations on its own and instead only hosts a Crypto Token that can be referenced by other Workers.

Fully qualified class name: org.signserver.server.signers.CryptoWorker.

The Crypto Worker implementation has only the mandatory properties and does not define any extra worker properties:

Property

Description

NAME = <worker>

Provide a good descriptive name of the Worker. Alternatively, a logical name that is easy to keep track of.

TYPE = <worker type>

Worker type may be one of the following:

  • UNKNOWN: Indicating that the type is not yet known/set.

  • PROCESSABLE: Processable Worker that can be invoked to process (for instance sign) data.

  • TIMED_SERVICE: Worker scheduled to be run at some interval.

  • SPECIAL: Not a callable or schedulable Worker. Reserved for future use.

  • CRYPTO_WORKER: A special Worker only holding a crypto token mainly to be used by other Workers.

DISABLED

Setting this to true disables a Worker. A disabled Worker cannot perform any operations and any requests to the Worker will fail. The status is visible on the Workers Page.

Default: false.

Disabled Workers are not included in the Health Check report.

IMPLEMENTATION_CLASS

Provide the fully-qualified class name of the Worker.

For a setup guide, see Set up a Crypto Worker.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.