Iterable<int> encryptPkcs1v15(/* String | Iterable<int> */ input, {Random? rand}) { return encrypt(input, padder: EmePkcs1v15Encoder(rand: rand)); }