DecryptingStream(BlockCipher cipher, Stream<List<int>> input, Padding padding) : this.fromDataInputStream(cipher, DataInputStream(input), padding);