hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for EVP cipher operations.

    interface ISGIEVPCipher {
        Final(): any;
        Process(bytes: any): any;
        Reinit(): number;
        Setup(
            encrypt: boolean,
            format: string,
            key: string,
            iv: string,
            padding: number,
        ): number;
        Update(bytes: any): any;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Sets up cipher parameters

      Parameters

      • encrypt: boolean
      • format: string
      • key: string
      • iv: string
      • padding: number

      Returns number