createFull static method

RSACipher createFull(
  1. InputRSACipher input
)

Creates an RSACipher with full control over all parameters.

Accepts the complete InputRSACipher record, allowing complete customization of all nested parameters. This factory automatically adapts to any changes in the input structure without requiring modifications.

Implementation

static RSACipher createFull(InputRSACipher input) => RSACipher(input);