Uses of Class
org.refcodes.serial.AbstractCipherTransmissionDecorator
-
Uses of AbstractCipherTransmissionDecorator in org.refcodes.serial
Subclasses of AbstractCipherTransmissionDecorator in org.refcodes.serialModifier and TypeClassDescriptionclassCipherSectionDecorator<DECORATEE extends Section>ACipherSectionDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.classCipherSegmentDecorator<DECORATEE extends Segment>ACipherSegmentDecoratoris a transmission applying anInvertibleon outgoing bytes (as ofTransmission.transmitTo(java.io.OutputStream)or the like) and the inverse function on any incoming bytes.