Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
Cipher Class Reference

Central cipher management class providing unified access to all cipher implementations. More...

Collaboration diagram for Cipher:
Collaboration graph

Public Member Functions

 constructor ()
 Constructor initializing all available cipher implementations.
 

Detailed Description

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.

Member Function Documentation

◆ constructor()

Cipher::constructor ( )
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.


The documentation for this class was generated from the following file: