Interface SingleBlockCipher<T extends Parameters>

    • Method Detail

      • getParameters

        T getParameters()
        Return the parameters for this single block cipher.
        Returns:
        the cipher's parameters.
      • getInputSize

        int getInputSize()
        Return the maximum size of input this cipher can consume.
        Returns:
        maximum size of input in bytes.
      • getOutputSize

        int getOutputSize()
        Return the size of the output this cipher will produce.
        Returns:
        size of the output block produced in bytes.