- All Implemented Interfaces:
- WonMessageProcessor
public class KeyForNewNeedAddingProcessor
extends java.lang.Object
implements WonMessageProcessor
This processor is intended for use in owners (bot or webapp).
If the message type is CREATE, the processor adds the appropriate public key to the need's RDF content.
If the fixedPrivateKeyAlias property is set, the processor generates at most one key pair with that alias
and uses that key pair for all need it processes.
If the fixedPrivateKeyAlias property is not set, the processor generates one keypair per need, using
the need URI as the keypair's alias.
This processor should be removed when user's/need's key management and signing happens in
the Owner Client (browser).
User: ypanchenko
Date: 10.04.2015