Package org.szegedi.spring.web.jsflow.codec

Contains framework for transcoding serialized flowstates, adding compression, encryption, and digital signature to them.

See:
          Description

Interface Summary
BinaryStateCodec Instances of a binary state codec can be added to any AbstractFlowStateStorage to transform the binary representation of the serialized state.
 

Class Summary
CompositeCodec A codec that composes several other codecs.
CompressionCodec A codec that will compress the serialized flowstate upon encoding and decompress it upon decoding.
ConfidentialityCodec A codec that will encrypt the flowstate when encoding, and decrypt it upon decoding.
IntegrityCodec A codec that will add a digital signature to the flowstate when encoding, and check the validity of the signature (and strip it) upon decoding.
PooledCodec A codec that can pool and reuse OneWayCodec instances of another codec it wraps.
 

Package org.szegedi.spring.web.jsflow.codec Description

Contains framework for transcoding serialized flowstates, adding compression, encryption, and digital signature to them.