Interface Cipher

    • Method Detail

      • getIVSize

        int getIVSize()
      • getBlockSize

        int getBlockSize()
      • init

        void init​(int mode,
                  byte[] key,
                  byte[] iv)
           throws Exception
        Throws:
        Exception
      • update

        void update​(byte[] foo,
                    int s1,
                    int len,
                    byte[] bar,
                    int s2)
             throws Exception
        Throws:
        Exception
      • isCBC

        boolean isCBC()