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

    Interface representing EVP cipher functionality that extends ISGIEVPCipher.

    interface ISGROEVPCipher {
        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