JavaScript HSM API Dinamo
    Preparing search index...

    Type Alias HsmHashOptions

    Options for hash operations.

    type HsmHashOptions = {
        algorithm: HASH_ALGORITHMS;
        keyName?: string | null;
    }
    Index

    Properties

    Properties

    algorithm: HASH_ALGORITHMS

    Hash algorithm.

    keyName?: string | null

    Key name (for HMAC/CMAC).