createFull static method

Creates an RSASignatureCipher with full control over all parameters.

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

Implementation

static RSASignatureCipher createFull(InputRSASignatureCipher input) =>
    RSASignatureCipher(input);