createFull static method

DESCipher createFull(
  1. InputDESCipher input
)

Creates a DESCipher with full control over all parameters.

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

Implementation

static DESCipher createFull(InputDESCipher input) => DESCipher(input);