|
Asper Header
1.0.14
The header injector extension
|
Central cipher management class providing unified access to all cipher implementations. More...

Public Member Functions | |
| constructor () | |
| Constructor initializing all available cipher implementations. | |
Central cipher management class providing unified access to all cipher implementations.
This class acts as a registry and factory for cipher operations, allowing users to encode/decode text using any available cipher by name. It handles cipher instantiation, normalization of cipher names, and provides a consistent interface for all cryptographic operations.
Definition at line 33 of file ciphers.ts.
|
inline |
Constructor initializing all available cipher implementations.
Instantiates all cipher classes and registers them in the internal cipher map with normalized names for consistent lookup.
Definition at line 45 of file ciphers.ts.