| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryStateCodec | |
|---|---|
| org.szegedi.spring.web.jsflow.codec | Contains framework for transcoding serialized flowstates, adding compression, encryption, and digital signature to them. | 
| org.szegedi.spring.web.jsflow.support | |
| Uses of BinaryStateCodec in org.szegedi.spring.web.jsflow.codec | 
|---|
| Classes in org.szegedi.spring.web.jsflow.codec that implement BinaryStateCodec | |
|---|---|
|  class | CompositeCodecA codec that composes several other codecs. | 
|  class | CompressionCodecA codec that will compress the serialized flowstate upon encoding and decompress it upon decoding. | 
|  class | ConfidentialityCodecA codec that will encrypt the flowstate when encoding, and decrypt it upon decoding. | 
|  class | IntegrityCodecA codec that will add a digital signature to the flowstate when encoding, and check the validity of the signature (and strip it) upon decoding. | 
|  class | PooledCodecA codec that can pool and reuse OneWayCodecinstances of another
 codec it wraps. | 
| Methods in org.szegedi.spring.web.jsflow.codec with parameters of type BinaryStateCodec | |
|---|---|
|  void | PooledCodec.setBinaryStateCodec(BinaryStateCodec binaryStateCodec) | 
| Uses of BinaryStateCodec in org.szegedi.spring.web.jsflow.support | 
|---|
| Methods in org.szegedi.spring.web.jsflow.support with parameters of type BinaryStateCodec | |
|---|---|
|  void | AbstractFlowStateStorage.setBinaryStateCodec(BinaryStateCodec binaryStateCodec) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||