InputRSACipher constructor

const InputRSACipher({
  1. required InputAsymmetricCipher parent,
})

Implementation

const InputRSACipher({
  required this.parent,
});