Interface BlockCipher

    • Method Detail

      • init

        void init​(boolean forEncryption,
                  byte[] key)
      • getBlockSize

        int getBlockSize()
      • transformBlock

        void transformBlock​(byte[] src,
                            int srcoff,
                            byte[] dst,
                            int dstoff)