Class CipherBlockRotate

  • All Implemented Interfaces:
    CipherBlock

    public class CipherBlockRotate
    extends Object
    implements CipherBlock
    TODO Not Working !!! rotate left encode and right for decode current block value.
    Author:
    mikehummel
    • Constructor Detail

      • CipherBlockRotate

        public CipherBlockRotate​(int size)
    • Method Detail

      • getBlock

        public byte[] getBlock()
      • getSize

        public int getSize()
      • encode

        public byte encode​(byte in)
        Specified by:
        encode in interface CipherBlock
      • decode

        public byte decode​(byte in)
        Specified by:
        decode in interface CipherBlock