Namespace Workspace.XBR.Xperiflow.Utilities
Classes
AbstractFactory<T>
Provides a generic factory implementation for creating instances of type T using a delegate-based approach.
DateTimeUtil
Provides utility methods for date and time operations in the Xperiflow system.
TokenEncryptionUtil
Provides utility methods for AES encryption and decryption of authentication tokens and sensitive string data.
Interfaces
IAbstractFactory<T>
Defines a generic factory interface for creating instances of type T.