Class InMemoryEncryptionServer

java.lang.Object
org.refcodes.forwardsecrecy.InMemoryEncryptionServer
All Implemented Interfaces:
EncryptionServer

public class InMemoryEncryptionServer extends Object implements EncryptionServer
The InMemoryEncryptionServer is a non-persisting implementation of the EncryptionServer managing the CipherVersion instances in memory only. This implementation provides means to easily set up a quick and dirty test setup. The InMemoryDecryptionServer is the counterpart of the InMemoryEncryptionServer which both work (not doing any persistence) hand in hand.