Interface StreamCipherCompat

  • All Known Implementing Classes:
    RC4EngineCompat

    public interface StreamCipherCompat
    Alternate version of StreamCipher API which allows us to be handle both old and new bouncycastle versions.
    Author:
    James Ahlborn
    See Also:
    StreamCipher
    • Method Detail

      • getAlgorithmName

        String getAlgorithmName()
      • returnByte

        byte returnByte​(byte in)
      • processStreamBytes

        int processStreamBytes​(byte[] in,
                               int inOff,
                               int len,
                               byte[] out,
                               int outOff)
      • reset

        void reset()