createFull static method

AESCipher createFull(
  1. InputAESCipher input
)

Creates an AESCipher with full control over all parameters.

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

Implementation

static AESCipher createFull(InputAESCipher input) => AESCipher(input);