JavaScript HSM API Dinamo
    theme_preparing_search_index

    kind_type_alias Attributes

    Represents a list of attributes related to an object.

    type Attributes = {
        OBJ_NOP: boolean;
        CMB: boolean;
        EXPORTABLE: boolean;
        TEMPORARY: boolean;
        OATH: boolean;
        OATH_USE_TIME: boolean;
        PKCS11: boolean;
        RSA_PUB_EXP3: boolean;
        SPB: boolean;
        HSM_GEN: boolean;
        TSP: boolean;
    }
    theme_index

    kind_plural_property

    OBJ_NOP: boolean

    General purpose object.

    CMB: boolean

    Object compatible with the blockchain module.

    EXPORTABLE: boolean

    Exportable object.

    TEMPORARY: boolean

    Temporary object.

    OATH: boolean

    OATH object.

    OATH: boolean

    OATH object with use of time.

    PKCS11: boolean

    Object of type PKCS11.

    RSA_PUB_EXP3: boolean

    Object of type RSA with exponent 3.

    SPB: boolean

    Object compatible with SPB module.

    HSM_GEN: boolean

    Object generated by HSM.

    TSP: boolean