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

    Interface representing HMAC functionality that extends ISGIHMAC.

    interface ISGROHMAC {
        Final(): any;
        Process(message: any): any;
        Reinit(): number;
        Setup(digestType: string, key: any): number;
        Update(partialMesssage: any): any;
    }

    Hierarchy (View Summary)

    Index

    Methods