The key used for en- and decryption.
The key used for en- and decryption.
Parameters used to construct this cipher.
Parameters used to construct this cipher.
Block size in bytes.
Block size in bytes.
Returns a function that decrypts single blocks using the key.
Returns a function that decrypts single blocks using the key.
Returns a function that encrypts single blocks using the key.
Returns a function that encrypts single blocks using the key.
BlockCipher that encrypts a byte sequence using RSA.
Because of the internal representation of the data leading zeroes will be lost. You should use a padding scheme that fixes this case.