setKey abstract method

BlockCipher setKey(
  1. List<int> key
)

Initializes the cipher with the provided encryption key.

Implementation

BlockCipher setKey(List<int> key);