Module for handling cryptographic operations.

Remarks

This module provides functionality related to cryptography and can be configured using the forRoot method. By default the module will be set as global module

Constructors

Methods

Constructors

Methods

  • Configure the CryptoModule.

    Parameters

    • options: CryptoModuleOptions

      Options for configuring the CryptoModule.

    Returns DynamicModule

    A dynamic module with the configured CryptoModule.

    Remarks

    The forRoot method allows configuration of the CryptoModule with the provided options.

    Example

    // Example usage of forRoot method
    imports: [CryptoModule.forRoot({ isGlobal: true })]

Generated using TypeDoc