aes method

Rsa aes(
  1. Aes aes
)

Sets the Aes object to use when performing the encryption of the data.

Implementation

Rsa aes(Aes aes) {
  _aes = aes;

  return this;
}